Forms auth. don't work going from NET 1.0 to 1.1
From: Arne Håveland (arne.haveland_at_fieldwork.se)
Date: 10/27/03
- Previous message: Kent: "Access is Denied when I try sending email at ASP.net on IIS6"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 27 Oct 2003 01:58:13 -0800
I have a web system with forms authenticationthat works
good.
When I uppgraded from .NET 1.0 to 1.1 I can't leave the
login page.
If I change to
Server.Transfer("UserManager.aspx")
it works, but if I use
FormsAuthentication.SetAuthCookie("UserManager.aspx",
True)
Response.Redirect("UserManager.aspx", True)
it won't work in ver 1.1 but still do in ver 1.0
/Arne
- Previous message: Kent: "Access is Denied when I try sending email at ASP.net on IIS6"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|