I\'m building a .net web app and using Forms authentication with cookies to remember if the user is signed in or not:
The client was to have开发者_如何学编程 a normal form to login to the remote domain\'s windows authentication. I don\'t think it is possible, but anyone know a way?Setup your active directory membersh
I am using setTimeout to call an MVC action to try and keep alive the users forms authentication. When I call this code normally (ie not using setTimeout) it DOES keep the forms authentication alive.
I have some includes on a login page, a css file and a js file. <link rel="stylesheet" type="text/css" href="../../ext/resources/css/ext-all.css" />
My ASP.NET MVC web application 开发者_StackOverflow社区allows administrators to change their own, or other users\' usernames.
Requests for my css, js, image files are being served through the ASP.NET pipeline. I thought IIS by default avoided this, but I see the requests on my Application_Au开发者_运维技巧thenticateRequest b
I have put my web application as an web role in a Azure service so I can deploy it on Azure.It works perfect, but I have one problem.
I am creating my own authentication ticket using the following code: string formsCookieStr = string.Empty;
I am creating forms authentication cookies using the following code: string formsCookieStr = string.Empty;
I would like to leverage the IIdentity.AuthenticationType property in a custom FormsAuthentication scenario in order to set my own values. Using the out-of-the-box FormsAuthentication, the Authenticat