I\'m having a problem with a MVC (1.0) app that I can\'t figure out at all.There\'s two versions of the site (live and UAT) hosted on the same server.For each version of the site, the same code is sha
We 开发者_如何学Pythonhave an MVC app which has a custom forms authentication view/controller.The controller will verify things and then do a FormsAuthentication.RedirectFromLoginPage call.
When implementing an MVC web app with FormsAuthentication, it would appear that the FormsAuthentication mechanism automagically appends ?开发者_高级运维ReturnUrl=/ to your mvc routes. I did notice, th
I have design 2 web apps and use Forms Authetication for single sign on Web A: contains a Login.aspx page
I have Forms authentication setup for an ASP.NET 4.0 application on http://example.com - we\'ll call it MainApp.
I have a website (asp.net 4.0) that uses forms authentication, this site has a child site that hosts another site that hosts a silverlight application. The first site provides a login page and both si
Our ASP.NET 4.0 application\'s forms authentication is set to cookieless=\"AutoDetect.\"I\'ve noticed that if a user bookmarks our login page, the bookmark link is set to https://hostname.com/Login.as
the default ASP.NET Forms Authentication cooki开发者_开发问答e sets it\'s name as \".ASPXAUTH\". Notice the first character is a period? Is there a particular reason for this? Like, does this have an
With ASP.NET 4 and Forms Authentication: Is it possible to use one database to store data for: Authentication of users (Using Forms authentication)
I would like to add basic HTTP authorization to entire site that uses forms authentication for some protected pages. The idea is to present development stage of the portal to the client so he could pl