WHY! Cant get a subFolder to Work. Please HELP

From: george d lake (georgel@valleyyellowpages.com)
Date: 10/31/02


From: "george d lake" <georgel@valleyyellowpages.com>
Date: Thu, 31 Oct 2002 10:39:24 -0800


Hi,
I have a site with a few pages. I am using Form auth.
Here is part of the web.config.

    <authentication mode="Forms">
  <forms name="tribles"
    path="/"
    loginUrl="login.aspx"
    protection="All"
    timeout="10">
  </forms>
    </authentication>

All I want to do is create a sub folder and have no security or have a sub
folder with a role base security.
When I create the subfolder and create a page in it I get:

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 'AELookup_v2.blabla'.

Source Error:

Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="blabla.aspx.vb" Inherits="AELookup_v2.blabla"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <html>

Any Ideas?
I have been at this for a week! Looked at things on the web but notihng
works!

thanks.



Relevant Pages

  • Re: WHY! Cant get a subFolder to Work. Please HELP
    ... I am using Form auth. ... > All I want to do is create a sub folder and have no security or have a sub ... > folder with a role base security. ... > Parser Error Message: ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: publish asp.net 2.0 web site
    ... the precompiledweb had sub folder which wasnt ... marked as application in IIS. ... Parser Error Message: Could not load the assembly 'App_Web_9mt95eiq'. ...
    (microsoft.public.dotnet.framework.aspnet)