WHY! Cant get a subFolder to Work. Please HELP
From: george d lake (georgel@valleyyellowpages.com)
Date: 10/31/02
- Next message: Christopher Dedels: "Must login when accessing SSL page"
- Previous message: Daniel Dinucci: "ASP.Net app cannot read XML with Anonymous Authentication disabled"
- Next in thread: Bob: "Re: WHY! Cant get a subFolder to Work. Please HELP"
- Reply: Bob: "Re: WHY! Cant get a subFolder to Work. Please HELP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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.
- Next message: Christopher Dedels: "Must login when accessing SSL page"
- Previous message: Daniel Dinucci: "ASP.Net app cannot read XML with Anonymous Authentication disabled"
- Next in thread: Bob: "Re: WHY! Cant get a subFolder to Work. Please HELP"
- Reply: Bob: "Re: WHY! Cant get a subFolder to Work. Please HELP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|