Windows Plesk ASP.NET - MSSQL Database Connection String
|
|
Windows Plesk ASP.NET - MSSQL Database Connection String
When connecting to your MSSQL database on our Windows hosting plans, you can use the following connection string example:
<add providername="System.Data.SqlClient" connectionstring="Server=(local);Database=dbname;uid=dbuser;pwd=dbpassword;" name="SiteSqlServer"></add>
Please note that you should also leave the default server connection string in place and just add the above as an additional connection string.
Older news items: |