Re: WHY! Cant get a subFolder to Work. Please HELP
From: Bob (bob@nospam.com)
Date: 11/16/02
- Next message: rene schrieken: "Re: Current Usres role?"
- Previous message: Willy Denoyette [MVP]: "Re: Launching an application from ASP.NET"
- In reply to: george d lake: "WHY! Cant get a subFolder to Work. Please HELP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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.
>
>
>
- Next message: rene schrieken: "Re: Current Usres role?"
- Previous message: Willy Denoyette [MVP]: "Re: Launching an application from ASP.NET"
- In reply to: george d lake: "WHY! Cant get a subFolder to Work. Please HELP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|