Project deployment to QA server
-
Hi, When we deployed out project to the QA server, all of a sudden we keep getting an error message:
A network-related or instance-specific error occurred
while establishing a connection to SQL Server.
The server was not found or was not accessible.The code works fine in my development environment. We copy over all the related dlls, as our deployment process. WE make sure not include any web.config files. And I checked the web.config file to make sure there is no reference to any other server. The code and database for our QA is on the same server. So, there is no way it can not find it! Any ideas? Thanks!!
-
Hi, When we deployed out project to the QA server, all of a sudden we keep getting an error message:
A network-related or instance-specific error occurred
while establishing a connection to SQL Server.
The server was not found or was not accessible.The code works fine in my development environment. We copy over all the related dlls, as our deployment process. WE make sure not include any web.config files. And I checked the web.config file to make sure there is no reference to any other server. The code and database for our QA is on the same server. So, there is no way it can not find it! Any ideas? Thanks!!
Either SQL isn't running (or isn't accepting connections) on your QA server, or you've got the wrong connection string somewhere in your config file or code.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer