Forms authentication fails in NET1.1
From: Arne Håveland (arne.haveland_at_fieldwork.se)
Date: 11/17/03
- Next message: Amar: "Windows services"
- Previous message: Ovidiu Platon: "ASPNET account on Win2k3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 17 Nov 2003 06:36:21 -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) and Response.Redirect("UserManager.aspx", True) it
won't work in ver 1.1 but still do in ver 1.0
/Arne
- Next message: Amar: "Windows services"
- Previous message: Ovidiu Platon: "ASPNET account on Win2k3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|