I have two websites with self written membership providers that are hostet on the same server in the same Web in different web-applications and different application pools.
In my application there are two sub folders which needs to be authenticated. In my application web.config, i have given like this
is it possible to set the FormsAu开发者_Python百科thentication.FormsCookieName in Codebehind(f.e. in Global.asax)? All properties that i have seen that lead to this config-parameter are readonly.
These are the user identities my website tells me that it uses: Logged on: NT AUTHORITY\\NETWORK SERVICE (Can not write any files at all)
This is the login function (after I validate user name and password, I load user data into \"user\" variable and call Login function:
I want to use forms authentication on my ASP.NET MVC site. All I need is a place for users to login, a page to add a user, and a page to edit a user.
We are having a discussion about how forms a开发者_开发问答uthentication really works. Is all information that identifies the user as being logged in stored in the cookie, or is some information stor
Here is a use case of my login using a CustomMembershipProvider User Logs in MembershipProvider validates user account
I want to use authentication on my site in order to login to the Admin section. I already have my database schema, I don\'t want to use the ASP.NET membership tables for SQL Server. I have three table
This has been a nagging issue for some time, but very sporadic and difficult to isolate. From time to time, browsers that have authenticated on a web application, have been open for a while, have log