I am experiencing a strange problem with asp.net forms authentication.This problem only occurs for 3 users out of 30+ users that have successfully logged in.I am using very basic 开发者_运维问答auth c
I have an ASP.NET web application that uses Forms Authentication.In the web.config, the forms authentication timeout value is set to \"20\" (which I understand to be 20 minutes).
I am gettin this exception: Parser Error Message: The container specified in the connection string does not exist
I want to protect a s开发者_高级运维ection of my website using forms authentication with the username and password as defined by me in the web.config. When I attempt to login I get the message below.
I\'ve used the UrlRewriting.Net module for a couple years now without any problems in Windows XP and Windows 2003. I just recently upgraded my home PC to Windows 7 and started developing a new website
I browsed the source code of FormsAuthentication, and noticed it ends in context.Response.Redirect(strUrl, false);
I\'m not getting to hang of the entire FormAuthentication thing. Is there an up-to开发者_Go百科-date tutorial somewhere? I found this one, but it a bit old and the syntax doesn\'t match recent Asp.Net
I reach my login page with the parameter \"returnUrl\" set to the URL I was on. Then, I login via OpenID (DotNetOpenAuth), and call FormsAuthentication.RedirectFromLoginPage(). The login is successful
I was wondering if it is possible to use two different formsauthentification logins wi开发者_如何学运维th the following directory structure:
As a user, when I see a \"remember me\" checkbox, I expect it to remember me -- not just when I close my browser, but when I come back to the site after a week.