Hi, it is occuring on a web page. It seems to be occurring as soon as the page tries to open the connection in web.config
Web.config points to the correct database and local machine name.
Have noted a couple of other things: 1) The website and sql server instance are installed/running on the same pc. However, can connect to this SQL server instance and database from another pc using the same development environment without any problems.
2) If I change the web.config on the affected machine so that the connection string points to another sql server instance on another pc, this works without any problems.
This suggests that the problem is with local installation of SQL server on machine affected.
|