Live Chat Icon For mobile
Live Chat Icon

Why do I get the error message ‘Sql Server does not exists or access denied ‘ whenever I try to access the data on Sql server

Platform: ASP.NET| Category: Error Handling
  • The ASP.NET worker process doesn’t have the correct permissions to connect to or write to the SQL Server database. Either enable impersonation for users, or configure the ASP.NET worker process to run under the SYSTEM account.
  • The ASPNET account cannot establish a named pipes connection to the database server. Try using TCP/IP instead of the Named Pipes protocol to connect to the database by adding ‘Network Library =dbmssocn’ in your connection string

For more information refer

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.