well Harshil, Creating permanent user accounts
Permanent user accounts are disabled by default. After a Web Forms application is successfully deployed, the IIS server administrator can use the following procedure to set up permanent user accounts. This procedure uses the default ASP.NET membership provider and data source assignment, although a note in the procedure describes a required change to the web.config file when you use a nondefault connection string.
StepsTo create permanent user accounts:
1.
Run aspnet_regsql from a DOS command prompt window.
This starts the ASP.NET SQL Server Setup wizard.
You can enter Aspnet_regsql /? at the command line to obtain a list of optional parameters for SQL Server or SQL Server Express that you can use to bypass the wizard. If you are using a local SQL Server database, for example, you can enter aspnet_regsql -S (local) -E -A m, where -S (local) indicates that the server is local, -E indicates that the connection uses Windows Authentication, and -A m adds the membership feature.
2.
Use the ASP.NET SQL Server Setup wizard to create the user database.
In the wizard, you can enter .\SQLEXPRESS as the server name. This is the default name for the local server as defined in the machine.config file. The wizard should give you a success message.
3.In a text editor, modify the web.config file in the virtual root directory for your deployed.
Answered by
satyaiitk
, an ibibo Master,
at
6:11 PM on June 14, 2008