By default, the required tables and stored procedures will be created in aspnetdb database.
To create the required tables and stored procedures for the SqlMemberShip provider in our own database, use a tool called as aspnet_regsql.exe packed with the ASP .Net Framework.
This tool is known by the Name ASP.Net Sql server registration tool.
To invoke this tool, type aspnet_Regsql in visual studio command prompt. It will open a wizard which will takes us through a series of steps where we can provide information about the database to create the required objects. Refer to the link below for more information
http://www.codedigest.com/FAQ/16-How-to-Configure-ASP-Net-Membership-Providers-to-Use-Our-Own-Database-.aspx
No comments:
Post a Comment