Ask a Question related to ASP.NET Security, Design and Development.
-
Holysmoke #1
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 (formsauthentciation). After authenticating, it redirects
correctly to the original page with still https based
Any work around for this?!
TIA,
Holy
Holysmoke 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,... -
FormsAuthentication Roles Problem
I want to use FormsAuthentication and allow access based on role. I have a /Admin directory on the web app, and want to allow role "admin", but... -
FormsAuthentication.RedirectFromLoginPage is not passed fully qualified url
I have two web applications on the same server: http://localhost/ModemUpgrade and http://localhost/TestFormAuth The web.config of... -
FormsAuthentication.Encrypt problem
Hi, I have a strange problem. I get NULL reference out of Encrypt function. FormsAuthenticationTicket ticket = new... -
System.Web.Security.FormsAuthentication.RedirectFromLoginPage is not working..
Thanks in advance, What I did was 1. add these lines in web.cofig file <authentication mode="Forms"> <forms name="frmAuthentication"...



Reply With Quote

