Error while accessing the uploaded website

Hi,

Recently i deployed a website using godaddy.com.but while accessing the website we r not getting internal pages.I m getting an error like


An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

Questions by ushalakshmi   answers by ushalakshmi

Showing Answers 1 - 15 of 15 Answers

Usha, Please change your connection string like this
where you have.... server: someservername......change it
Server: SomeservernameSQLExpress.
I think it will solve your problem.


Cheers!
Raj Vasireddy

  Was this answer useful?  Yes