Basic Forms Authentication question
From: R-D-C (nospam_at_please.uk)
Date: 07/29/03
- Previous message: Jan Vanek: "Registry writing"
- Next in thread: Michal A. Valasek: "Re: Basic Forms Authentication question"
- Reply: Michal A. Valasek: "Re: Basic Forms Authentication question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 29 Jul 2003 15:00:02 +0100
I can't get this damn thing to work at all.
I have a virtual directory set up with anonymous access only, web.config
contains the following but when I go to the site it ignores the security and
never redirects to login.aspx. I know this will be a stupid problem but
please help!
<configuration>
<system.web>
<authentication mode="Forms">
<forms name="ASPXAUTH"
loginUrl="login.aspx"
protection="All"
path="/"/>
</authentication>
</system.web>
</configuration>
- Previous message: Jan Vanek: "Registry writing"
- Next in thread: Michal A. Valasek: "Re: Basic Forms Authentication question"
- Reply: Michal A. Valasek: "Re: Basic Forms Authentication question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|