Forms authentication
From: Ben (Ben_at_discussions.microsoft.com)
Date: 07/07/05
- Next message: introuble: "Event 1093 at 2003 SP1 server, IIS 6.0, DC"
- Previous message: Prasad Dannani: "Forms Authentication Expiration Problem"
- Next in thread: Joseph Bittman MCAD: "Re: Forms authentication"
- Reply: Joseph Bittman MCAD: "Re: Forms authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 7 Jul 2005 14:56:01 -0700
Hi,
I am currently developing a web site that will use "Forms" authentication. I
am having an issue in which the "Forms" authetication works only one time.
Any other session after that are redirected to the web forms that require
authentication, which results in an error, because the page is expecting the
user to be logged in.
Here are my web.config settings:
<authentication mode="Forms">
<forms name="appNameAuth" path="/" loginUrl="Login.aspx" protection="All"
timeout="60"/>
</authentication>
(Page that requires authentication)
<location path="~/AuthReq/Address.aspx">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>
Thanks for your help
Ben
- Next message: introuble: "Event 1093 at 2003 SP1 server, IIS 6.0, DC"
- Previous message: Prasad Dannani: "Forms Authentication Expiration Problem"
- Next in thread: Joseph Bittman MCAD: "Re: Forms authentication"
- Reply: Joseph Bittman MCAD: "Re: Forms authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|