P
placom
Guest
Hi, I have a windows 2003 web edition server with plesk 8.1
I can't connect from my sites to SQL server express databases.
This is conection string I'm using:
<add key="connectionString" value="Server=.\SQLEXPRESS;Trusted_Connection=true;database=mydatabase" />
that works in my old iis server without plesk
this is the error:
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
What is the correct conecction string or what can i do to be able to use sql server express in my asp.net sites with plesk 8.1
thanks
I can't connect from my sites to SQL server express databases.
This is conection string I'm using:
<add key="connectionString" value="Server=.\SQLEXPRESS;Trusted_Connection=true;database=mydatabase" />
that works in my old iis server without plesk
this is the error:
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
What is the correct conecction string or what can i do to be able to use sql server express in my asp.net sites with plesk 8.1
thanks