A network-related or instance-specific error occurred while establishing a connection to SQL Server

后端 未结 4 1420
梦谈多话
梦谈多话 2021-01-24 01:09

I HOST MY ASP.NET WEBSITE ON WEBSERVER ..But after upload when i try to access my site ...

http://www.vbi.volvobusesindia.com

Then following error occurs ....

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-24 01:42

    ASP.NET can't connect to your database - either the address is wrong, or the SQL Server isn't configured to accept remote TCP/IP connections, or (probably more likely) there's a firewall in between that's stopping the traffic from getting through...

提交回复
热议问题