Re: Forms Authentication works with Mozilla but not IE6
From: Manuel (NoMail_at_NoMailLand.com)
Date: 09/19/05
- Next message: Dominick Baier [DevelopMentor]: "Re: Forms Authentication works with Mozilla but not IE6"
- Previous message: Dominick Baier [DevelopMentor]: "Re: Forms Authentication works with Mozilla but not IE6"
- In reply to: Dominick Baier [DevelopMentor]: "Re: Forms Authentication works with Mozilla but not IE6"
- Next in thread: Dominick Baier [DevelopMentor]: "Re: Forms Authentication works with Mozilla but not IE6"
- Reply: Dominick Baier [DevelopMentor]: "Re: Forms Authentication works with Mozilla but not IE6"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 19 Sep 2005 11:23:27 -0400
It doesn't :(
I found out that it works if I remove the following entry on the Web.config
file:
<authorization>
<deny users="?" /> <!-- Deny Non-Logged In users -->
</authorization>
I'm confused, could you explain the consequences of removing it?
"Dominick Baier [DevelopMentor]" <dbaier@pleasepleasenospamdevelop.com>
wrote in message news:42565460ea87d8c78b540440f2c3@news.microsoft.com...
> Hello Manuel,
>
> can you confirm that IE sends the auth cookie on subsequent requests?
>
> use a tool like www.fiddlertool.com to check that
>
> ---------------------------------------
> Dominick Baier - DevelopMentor
> http://www.leastprivilege.com
>
>> How can a MS ASP.NET forms authentication work in Mozilla but not IE6?
>> I haven't been able to make a site work in IE, it always throws me
>> back to
>> login page whereas in Mozilla it works just fine!
>
>
- Next message: Dominick Baier [DevelopMentor]: "Re: Forms Authentication works with Mozilla but not IE6"
- Previous message: Dominick Baier [DevelopMentor]: "Re: Forms Authentication works with Mozilla but not IE6"
- In reply to: Dominick Baier [DevelopMentor]: "Re: Forms Authentication works with Mozilla but not IE6"
- Next in thread: Dominick Baier [DevelopMentor]: "Re: Forms Authentication works with Mozilla but not IE6"
- Reply: Dominick Baier [DevelopMentor]: "Re: Forms Authentication works with Mozilla but not IE6"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|