Introduction to .NET Framework Tools
page 9 of 15
by Suresh Kumar Goudampally
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 68725/ 136

Aspnet_regsql.exe - An Insight

The aspnet_regsql.exe tool is used to register the MS SQL Server database which is used by the providers in ASP.NET.

The aspnet_regsql.exe is located in the following on the web server:

[drive:]\%windir%\Microsoft.NET\Framework\version folder

You can run aspnet_regsql.exe as a command-line tool to specify database elements for individual features to add or remove, using the options listed in the table below.

 

  Command Name

 

            Description

 

    -?

Describes all the help options of the command.

 

    -w

Runs the tool in the wizard mode with specifying the options.

 

   -C<connection string>

Specifies the connection string to the computer running sql server where the database needs to be installed.

 

     -S <server>    

This option is used to specify the name of the sql server where the database needs to be installed.

 

    -U<user id>

This option is used to specify the user id of the sql server to login with.

 

    -P

This is used to specify the password of the sql server to login with.

 

   -E

This option uses the windows credentials of the currently logged on user.

 


View Entire Article

User Comments

No comments posted yet.

Product Spotlight
Product Spotlight 





Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-26 6:09:57 PM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search