Hi,
I'm having difficult with a small MVC app that we've used as an exercise in using ASP.NET MVC.
I had it set up as a website on one of our IIS6 servers, which worked fine. We needed to force authentication, so I now want to put the application in a virtual directory under our main DNN intranet site.
It at first complained that it couldn't find some DNN folders, so I added some empty folders so that it didn't error.
I'm now unfortunately getting a server error:
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'QE_Inaugurals_Application.MvcApplication'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="MyApplication.MvcApplication" Language="C#" %>
Source File: /VirtualDirectory/global.asax Line: 1
I'm hoping that someone else has had to do this and found a workaround, as I'm pulling my hair out...
Thanks