Membership and Roles

 Rate It (0)

"ASP.NET Membership builds on the success of the Forms authentication model from ASP.NET 1.x. ASP.NET Forms authentication provides a convenient way to incorporate a login form into your ASP.NET application and validate users against a database or other data store."   The ASP.NET Membership system has been extended to include other credential stores, such as windows authentication and Active Directory.  The membership provider connects to the configuration file element <membership>, a child of <system.web>, to configure the default provider, the list of providers, and the settings that each provider uses.

ASP.NET membership that incorporates authentication, authorization, membership and roles into a series of subsystems and providers that you can use to easily allow for personalization and secure access to your websites. There is an excellent overview of membership in the Learn section discussing migration from classic ASP.

Videos/Webcasts

 How To

Quickstart Tutorials

Links

Enjoy!

Revision number 7, Friday, July 04, 2008 10:49:41 AM by

Comments

Related Articles

Role Providers

Here are a few good tutorial articles that provide a good conceptual overview of how the new membership and role management system works.Check out ScottGu's post on ASP.NET 2.0 Membership, Roles, Forms Authentication, and Security Resources Blogs Scott

Profile

Profile The Profile provider stores information on a user defined by the profile properties in the web.config. By default the properties are storedin an XML blob in a SQL Express database but a custom profile provider can be written to allow storage in an

Administration Tools

ASP.NET 2.0 introduced the Web Site Administration Tool, as well as some command line tools you'll want to know how to use. Web Site Administration Tool Overview Expression Web and the ASP.NET Web Admin Tool-Here's how the Admin Tool and Expression

Shortcuts

Table of Contents

Top Wiki Contributors

Advertise Here

Microsoft Communities
Page view counter