M
Marshall
Hi All,
I am building an asp.net web app using Visual Studio 2003. Today I created
a new folder called 'Secured' at the root of my web app so I could partition
off all of the restricted content. Up until that point the restricted files
were in the root folder of the web app so I moved them to the Secured
folder. From within IIS I made the Secured folder a Vir. Dir. Ever since
then I the following error:
Parser 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 'JailLink.Secured.Login'.
Source Error:
Line 1: <%@ Page language="c#" Codebehind="Login.aspx.cs"
AutoEventWireup="false" Inherits="JailLink.Secured.Login" %>
Line 2: <html>
Line 3: <head>
Source File: c:\inetpub\wwwroot\JailLink\Secured\Login.aspx Line: 1
I tried adding the 'Src' attribute to the Page directive which made
everything work but Visual Studio freaked out about the Src attribute so I
had to remove it.
Thank you for your help,
Marshall
I am building an asp.net web app using Visual Studio 2003. Today I created
a new folder called 'Secured' at the root of my web app so I could partition
off all of the restricted content. Up until that point the restricted files
were in the root folder of the web app so I moved them to the Secured
folder. From within IIS I made the Secured folder a Vir. Dir. Ever since
then I the following error:
Parser 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 'JailLink.Secured.Login'.
Source Error:
Line 1: <%@ Page language="c#" Codebehind="Login.aspx.cs"
AutoEventWireup="false" Inherits="JailLink.Secured.Login" %>
Line 2: <html>
Line 3: <head>
Source File: c:\inetpub\wwwroot\JailLink\Secured\Login.aspx Line: 1
I tried adding the 'Src' attribute to the Page directive which made
everything work but Visual Studio freaked out about the Src attribute so I
had to remove it.
Thank you for your help,
Marshall