Re: ASP.NET 2.0 & FormsAuthentication
From: Dominick Baier [DevelopMentor] (dbaier_at_pleasepleasenospamdevelop.com)
Date: 09/06/05
- Next message: Dave M.: "RE: Invalid_Viewstate with email address"
- Previous message: vetplakh: "Re: ASP.NET 2.0 & FormsAuthentication"
- In reply to: vetplakh: "Re: ASP.NET 2.0 & FormsAuthentication"
- Next in thread: vetplakh: "Re: ASP.NET 2.0 & FormsAuthentication"
- Reply: vetplakh: "Re: ASP.NET 2.0 & FormsAuthentication"
- Reply: vetplakh: "Re: ASP.NET 2.0 & FormsAuthentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 06 Sep 2005 06:07:34 -0700
Hello vetplakh,
> No I don't. The default value is used (which I'm sure is allow="*")
>
And that's your problem - no authentication required - no redirect
>
>> ... shall we on ourselves figure out what exactly your problem is??
>>
> Don't you guys get paid for that?
HAHA. No, we don't. we hang out here just for kicks.
>
> "Dominick Baier [DevelopMentor]" wrote:
>
>> 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: Dave M.: "RE: Invalid_Viewstate with email address"
- Previous message: vetplakh: "Re: ASP.NET 2.0 & FormsAuthentication"
- In reply to: vetplakh: "Re: ASP.NET 2.0 & FormsAuthentication"
- Next in thread: vetplakh: "Re: ASP.NET 2.0 & FormsAuthentication"
- Reply: 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
|