Re: Forms Authentication to specific folders
From: Michael Tissington (michael_at_nospam.com)
Date: 01/20/04
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: FIX: ASP.NET Does Not Work with the Default ASPNET Account on a Domain Controller"
- Previous message: Andrea D'Onofrio [MSFT]: "Re: ASP.Net Forms authentication with basic authentication popup"
- In reply to: MSFT: "Re: Forms Authentication to specific folders"
- Next in thread: MSFT: "Re: Forms Authentication to specific folders"
- Reply: MSFT: "Re: Forms Authentication to specific folders"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 20 Jan 2004 08:12:01 -0800
Luke,
Strange, very strange this is what I have .... both exe and pdf have the
same problem .... after logon the page does not get redirected.
In the same session, if I then try to go to another page that requires
logon, I go straight to it and am not prompted to logon again - which is
what I would expect. However if I go to the link for the exe or pdf, I'm
still prompted to logon.
-- Michael Tissington http://www.oaklodge.com http://www.tabtag.com "MSFT" <lukezhan@online.microsoft.com> wrote in message news:E9SzCgz3DHA.1992@cpmsftngxa07.phx.gbl... > Hi Michael, > > How did you code in the Login page? Generally, we only need one line simple > code after authentication like: > > FormsAuthentication.RedirectFromLoginPage("", False) > > and there is no any special in the web.config: > > <authentication mode="Forms"> > <forms name=".ASPXFORMSDEMO" loginUrl="logon.aspx" > protection="All" path="/" timeout="30" /> > </authentication> > > <authorization> > <deny users ="?" /> > <allow users = "*" /> > </authorization> > > Luke > Microsoft Online Support > > Get Secure! www.microsoft.com/security > (This posting is provided "AS IS", with no warranties, and confers no > rights.) >
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: FIX: ASP.NET Does Not Work with the Default ASPNET Account on a Domain Controller"
- Previous message: Andrea D'Onofrio [MSFT]: "Re: ASP.Net Forms authentication with basic authentication popup"
- In reply to: MSFT: "Re: Forms Authentication to specific folders"
- Next in thread: MSFT: "Re: Forms Authentication to specific folders"
- Reply: MSFT: "Re: Forms Authentication to specific folders"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|