Re: ASP.NET 2.0 & FormsAuthentication
From: Dominick Baier [DevelopMentor] (dbaier_at_pleasepleasenospamdevelop.com)
Date: 09/02/05
- Next message: Sam Santiago: "Re: IIS With Basic Authentication Set/FormsAuthentication - HELP PLS!?"
- Previous message: vetplakh: "ASP.NET 2.0 & FormsAuthentication"
- In reply to: vetplakh: "ASP.NET 2.0 & FormsAuthentication"
- Next in thread: vetplakh: "Re: ASP.NET 2.0 & FormsAuthentication"
- Reply: vetplakh: "Re: ASP.NET 2.0 & FormsAuthentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 02 Sep 2005 14:13:58 -0700
Hello vetplakh,
wanna give us more info, or shall we on ourselves figure out what exactly
your problem is??
do you have denied access to anon users??
<authorization>
<deny users="?" />
<authorization>
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> Visual Studio 2005 Beta 2
>
> Web.config
> <system.web>
> <authentication mode="Forms">
> <forms name=".AS20AUTH" slidingExpiration="false"
> loginUrl="login.aspx" />
> </authentication>
> </system.web>
> ...
> According to IIS logs Forms Authentication Control Flow described in
> http://msdn2.microsoft.com/library/9fw3ef80(en-us,vs.80).aspx doesn't
> work.
>
> Pls help me.
>
- Next message: Sam Santiago: "Re: IIS With Basic Authentication Set/FormsAuthentication - HELP PLS!?"
- Previous message: vetplakh: "ASP.NET 2.0 & FormsAuthentication"
- In reply to: vetplakh: "ASP.NET 2.0 & FormsAuthentication"
- Next in thread: vetplakh: "Re: ASP.NET 2.0 & FormsAuthentication"
- Reply: vetplakh: "Re: ASP.NET 2.0 & FormsAuthentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|