I have this url in my login page: http://localhost:5550/login?ReturnUrl=/forum/456 I have this controller:
This question already has answers here: MVC Forms LoginUrl is incorrect (8 answers) Closed 6 years ago. I am at a total loss here. This was working earlier. I have an MVC3 app using forms a
In aspx.net, what is the difference between Context.User.Identity.Name and HttpContext.Current.User.Identity.Name
How can I configure my membership prov开发者_StackOverflowider to not use persistent cookies (i.e. to ensure that the member is logged out when the browser is close)?That\'s the default behavior of th
I used the Login control in my ASP.NET form.A database was created- ASPNETDB. But once I create a user and then execute the form next time,I cant login, i.e., I\'ve to register as a new user e开发者_如
I have a strange question about session management. I implemented a form chain and after forms are completed a model is saved to database but that model has fields like create_user, update_user and s
After a code release, single sign on between two of our sites stopped working. Both sites are run on different subdomains of the same domain. Subdomain x was being used as the sign on server for all o
We use Stunnel (to strip out SSL) and HAProxy on our Load Balancer - which then sends on requests to IIS via HTTP.
I have a requirement for an ASP.NET web application whereby the same user is not allowed to be logged in multiple times. I think this is to prevent people from sharing usernames and passwords.
I have a application that authenticates a particular user(East) and redirects them to their respective page(East.aspx).This page cannot be displayed to un-authorized users, whenever they go to the aut