Home
Demos
Free Downloads
Customization
Contact Us
Skitsanos.com  - Urban  Design since 1996
 

Saturday, December 8, 2007

Configuring NetPass

ASP.NET Membership is configured using the membership element in the Web.config file for your application. The membership element is a sub-element of the system.web section. You can enable ASP.NET Membership for an application by directly editing the Web.config file for that application, or you can use the Web Site Administration Tool, which provides a wizard-based interface. As part of membership configuration, you specify:

  • Which membership provider (or providers) to use. (This typically also specifies what database to store membership information in.)
  • Password options such as encryption and whether to support password recovery based on a user-specific question.
  • Users and passwords. If you are using the Web Site Administration Tool, you can create and manage users directly. Otherwise, you must call membership functions to create and manage users programmatically.
View sample web.config file to work with NetPass: netpass-config.txt Additional information about NetPass Membership and Role Provider you can read from NetPass.pdf

0 comments: