Re: ASP.NET 2.0 & FormsAuthentication
From: Patrick.O.Ige (naijacoder_at_hotmail.com)
Date: 10/31/05
- Next message: Patrick.O.Ige: "Re: Does IsInRole() grab just Groups? Can I get Organizational Units?"
- Previous message: Patrick.O.Ige: "Re: How to prevent the logined user record is existing when I closed browser."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 31 Oct 2005 15:24:11 +1100
Dominick
That was a nice question if we get paid :):)
Patrick
"Dominick Baier [DevelopMentor]" <dbaier@pleasepleasenospamdevelop.com>
wrote in message news:852030632616161727261845@news.microsoft.com...
> 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: Patrick.O.Ige: "Re: Does IsInRole() grab just Groups? Can I get Organizational Units?"
- Previous message: Patrick.O.Ige: "Re: How to prevent the logined user record is existing when I closed browser."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|