Ask a Question related to ASP.NET Security, Design and Development.
-
Arne Håveland #1
Forms auth. don't work going from NET 1.0 to 1.1
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.asp x",
True)
Response.Redirect("UserManager.aspx", True)
it won't work in ver 1.1 but still do in ver 1.0
/Arne
Arne Håveland Guest
-
Forms Auth Info passed to Windows Auth?
The requirement is to build an ASP.Net intranet application, so external users can log in to the main web portal via forms authentication, using... -
FORMS AUTH HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I'm using forms Auth! Why am i getting the error:-I HAVE DONE EVRYTHING NEEDED! Error authenticating. Error obtaining group names. The specified... -
Help with forms auth
Hi, I am using forms Auth on my WEB APP. I am checking the credentials in sql server. When a user request any page other than login.aspx they get... -
Forms Auth. What do you think?
Hi guys, I am new to forms Authetication and wish to do the following.. A bit like the Dreamweaver Authentication tool... 1. Authenticate my... -
Configuring Windows Auth & Forms Auth in Asp.Net
Configuring Windows Auth & Forms Auth in Asp.Ne Hi, I've configured a web app to use windows authentication and also set up two separate...



Reply With Quote

