Re: Completing Forms Authentication failure
From: Jeff (jsiver_at_nospam.dls.net)
Date: 11/26/03
- Next message: Jeff: "Re: Forms Authentication Problem"
- Previous message: JimN: "EventLog access through ASP.Net app"
- In reply to: Arne Håveland: "Completing Forms Authentication failure"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 25 Nov 2003 22:26:11 -0600
What error are you getting when you have Response.Redirect in place?
FormsAuthenticationTicket
"Arne Håveland" <arne.haveland@fieldwork.se> wrote in message
news:02b201c3adbb$8d49a7d0$a001280a@phx.gbl...
> My problem still remains but I found a little formulation
> error in my question. I hope that didn' cause i got no
> answers.
> I have a web system with forms authentication that works
> good with the code:
> FormsAuthentication.SetAuthCookie(strUserID,True) and
> Response.Redirect("UserManager.aspx",True).
> When I uppgraded from .NET 1.0 to 1.1 my login page only
> reload. If I change the former code to:
> Server.Transfer("UserManager.aspx")
> it works, but if I use the former code and degrade
> to .NET 1.0 it works again!
> It's a huge problem now because I upgraded to Visual
> Studio 2003 and must run old applications on .NET 1.0 on
> the server. I'm unable to upgrade my applications.
> /Arne
>
- Next message: Jeff: "Re: Forms Authentication Problem"
- Previous message: JimN: "EventLog access through ASP.Net app"
- In reply to: Arne Håveland: "Completing Forms Authentication failure"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]