I\'ve converted a web site to a web application and am now experiencing a strange behavior with the application. Essentially, there are 2 webs. One web site is the main, front-facing site written in A
In my Web forms applications I had been wiring my Asp.net membership register controls event \"OnCreatingUser\" to do my checks for whether the user name or email exits or if the user name is appropri
I\'ve been trying to get membership working in ASP.NET MVC. There are some pages that require authentication. Others that can have guests and authorised members. Much like StackOverflow. They can do t
The SuperAdmin page in my web application has a method call to getAdminStatus() but I cannot find any occurences of this method when searching the entire solution. Is this method part of the .net 2.0
I am looking for any decent .Net membership components which can take the membership provider settings from the web.config and display the users / groups on an ASP .Net web page.