MembershipConfig.Initialize Method

Template MVC

MembershipConfigInitialize Method

Initialized the membership configuration with the database name, the userprofile table name, the user profile primery key name and the username description column name

Namespace:  Template.Web.Commons.Security
Assembly:  Template.Web (in Template.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void Initialize()
See Also