Re: WHY! Cant get a subFolder to Work. Please HELP

From: Bob (bob@nospam.com)
Date: 11/16/02


From: "Bob" <bob@nospam.com>
Date: Sat, 16 Nov 2002 19:31:36 +1100


Try taking this bit out:

 Inherits="AELookup_v2.blabla

"george d lake" <georgel@valleyyellowpages.com> wrote in message
news:OfHqlyQgCHA.1544@tkmsftngp09...
>
> 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

  • 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)