Completing Forms Authentication failure

A

Arne Håveland

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
 
J

Jeff

What error are you getting when you have Response.Redirect in place?

FormsAuthenticationTicket
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top