When you run ASP.NET web application, and when you try to do a Role operation such as adding a role, you might get an error message: The Role Manager feature has not been enabled. This error message is not from your code, it is from ASP.NET. The reason is that By default the Roles provider [Read More ...]

ASP.NET membership is designed to enable you to easily use a number of different membership providers for your ASP.NET applications. You can use the supplied membership providers that are included with the .NET Framework, or you can implement your own providers. There are two primary reasons for creating a custom membership provider.     *      You [Read More ...]

Question:  When I want to create a custom membership provider in asp.net 4, I can not find MembershipProvider abstract class for inheritance , where is it ? Answer: It is still under System.Web.Security Namespace but the assembly is System.Web.ApplicationServices but not System.Web MembershipUser and Other Types in the System.Web.Security Namespace Have Been Moved

ASP.NET has already provided membership providers that are included with the .NET Framework. You can use them directly for any web sites without spending your more design. However, you must feel the supplied membership providers are not convenient for your projects. Microsoft MSDN site also gave the reasons why you need to implement your own [Read More ...]

© 2013 CodeEase.com Suffusion theme by Sayontan Sinha