I have this connection string in my .Net app config file.
This works from the server where SQL Express 2014 is installed.
It fails from another server.
Here's what's confusing me.
The server name is DS2.
The SQL instance name is DS2\SQL14EXPRESS.
I was getting the error: error 26, Server was not found or was not accessible.
Now I'm getting Server is not responding.
As far as I know I have the SQL TCP/IP protocols enabled in the configuration manager.
Did some googling and found several links about the back slash in the instance name.
Not sure if this is the cause of the error.
I tried many different combinations for the data source, but none have worked.
Any ideas or suggestions would be appreciated.
Auguy
Sylvania/Toledo Ohio
Code:
<add name="Ticket1.My.MySettings.TicketConnectionString" connectionString="Data Source=DS2\SQL14EXPRESS;Initial Catalog=Tickets;User ID=Ticket_User1"
This works from the server where SQL Express 2014 is installed.
It fails from another server.
Here's what's confusing me.
The server name is DS2.
The SQL instance name is DS2\SQL14EXPRESS.
I was getting the error: error 26, Server was not found or was not accessible.
Now I'm getting Server is not responding.
As far as I know I have the SQL TCP/IP protocols enabled in the configuration manager.
Did some googling and found several links about the back slash in the instance name.
Not sure if this is the cause of the error.
I tried many different combinations for the data source, but none have worked.
Any ideas or suggestions would be appreciated.
Auguy
Sylvania/Toledo Ohio