Ask a Question related to ASP.NET Security, Design and Development.
-
iewhhos #1
MobileFormsAuthentication.RedirectFromLoginPage
I use MobileFormsAuthentication.RedirectFromLoginPage.
everything works fine except that it tells the user that the current page, which is the login page, has been moved and ask the user whether to go to the new location.
the user has to press cancel in order to get to the redirected page.
can i separate the authentication and redirecting? after the authentication i would use Server.Transfer() to get the user to another page.
PLEASE HELP!
iewhhos Guest
-
FormsAuthentication.RedirectFromLoginPage And Frames
Hi! I have a page called Login.aspx that handles login (takes username, pass and compares to a database). If the user is authenticated,... -
Problem with FormsAuthentication.RedirectFromLoginPage
I am having problem with redirection from http-https-http First an http application gets redirected to https application for authentication... -
RedirectFromLoginPage, use location.replace instead?
Hey- I have a web app I'm writing where I cannot allow there to be any pages loaded into the history during the course of going from page to... -
RedirectFromLoginPage fails
I am trying to implement the classic ASP.NET FormsAuthentication model for a website. The behavior of the website is normal until the login.aspx... -
RedirectFromLoginPage not redirecting
I'm attempting to use Forms/Roles based authentication and authorization. A subdirectory's web.config allows only "Admin" roles and it does kick...



Reply With Quote

