Register ASP.NET SQL Provider
ASP.NET includes a SQL Server provider for the following ASP.NET features:
To register your database as ASP.NET provider you need to run the Aspnet_regsql.exe tool, which can be found in
C:\%windir%\Microsoft.NET\Framework\<versionNumber>\aspnet_regsql.exe
When the wizard starts:
1. Select "Configure SQL for application service"
2. Enter the following:
a. Server - use the server address listed in "Database server" field when you were creating your database in Plesk
b. Select SQL Server authentication
c. User name - enter the database user that you have setup in Plesk.
d. Password - enter the database password that you have setup in Plesk.
e. Database - enter the database name that you have setup in Plesk.
3. Proceed to next screen and finish the setup.
