Getting forms auth challenge
From: MarkMurphy (murphy_at_murphysw.com)
Date: 07/28/04
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: Query AD using Integrated Authentication?"
- Previous message: Dave: "Re: Query AD using Integrated Authentication?"
- Next in thread: Jim Cheshire [MSFT]: "RE: Getting forms auth challenge"
- Reply: Jim Cheshire [MSFT]: "RE: Getting forms auth challenge"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 28 Jul 2004 12:04:34 -0700
I'm implementing forms authentication on a site and can't get the
redirection to the login page to work happen. It is behaving as
though still doing windows authentication.
In web.config:
<authentication mode="Forms">
<forms loginUrl="login.aspx" name=".ASPXFORMSAUTH"
protection="All"/>
</authentication>
<!-- AUTHORIZATION
This section sets the authorization policies of the
application. You can allow or deny access
to application resources by user or role. Wildcards: "*"
mean everyone, "?" means anonymous
(unauthenticated) users.
-->
<authorization>
<allow users="*" /> <!-- Allow all users -->
<!-- <allow users="[comma separated list of users]"
roles="[comma separated list of roles]"/>
<deny users="[comma separated list of users]"
roles="[comma separated list of roles]"/>
-->
</authorization>
Am I missing something?
Thanks in advance, Mark
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: Query AD using Integrated Authentication?"
- Previous message: Dave: "Re: Query AD using Integrated Authentication?"
- Next in thread: Jim Cheshire [MSFT]: "RE: Getting forms auth challenge"
- Reply: Jim Cheshire [MSFT]: "RE: Getting forms auth challenge"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|