System error

Ranapratap Bhopale asked on August 6, 2018 09:25

The application could not connect to the database, please check the connection string in the web.config file and SQL server availability.

Original error: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

Please tell me how to resolve this.

Recent Answers


Arun Kumar answered on August 6, 2018 11:16

Hi Ranapratap,

Please check your SQL connection string in web.config file, either your username/password is incorrect or your SQL services are not running in system.

0 votesVote for this answer Mark as a Correct answer

Juraj Ondrus answered on August 7, 2018 11:38

Hi,
This issue is also described in the documentation.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.