I\'ve read somewhere that ApplicationID is a unique id for a website (IIS site path). But I\'m still confused.
I hesitate to make a decision about the authentication and authorization in a new web application. The Membership, Roles and Profile built in Asp.net 2.0 seems impressive, but there are too many thin
In the SQLMembershipProvider source for ASP.NET membership, there is a custom exception, MembershipPasswordException.
I\'m looking at the [Authorize(Roles = \"Defa开发者_如何转开发ultUser\")] available in MVC, but I can\'t seem to figure out if I can use it with DotNetOpenAuth.
Ive written a custom membership provider for my ASP.Net website. Im using the default Forms.Authentication redirect where you simply pass true to the method to tell it to \"Remember me\" for the curr
I\'m trying to call a nonmember function of a derived class from a base class, but getting this error:
I\'m trying to create a user using Membership.CreateUser. After I pass the following line: MembershipUser newUser = Membership.CreateUser(_UserName, _Password, _User开发者_运维问答Name);
I have created a custom MembershipProvider class, so far so good, however, I am not sure how to read the configuration settings from the web.config file.
I have a web application which uses membership and profiles.I successfully used the WebProfileBuilder extension, so my profile class is correctly generated, and is working nicely.
I recently deploy an application that uses asp.net membership (SqlMembershipProvider) and I dont know why but it automatically log out after 1 minute of inactivity. This doesn´t happen on my developm