Client portalASP.NET Hosting plansControl panel
Language
 
Home>Knowledge Base>Use's Guide>Questions>Дава ми следната грешка: Server Error in '/' Application. A network-related or instance-specific error occurred while establishing a connection to SQL Server....
Information
Article ID76
Created On2/19/2010
Modified1/5/2011
Share With Others
Дава ми следната грешка: Server Error in '/' Application. A network-related or instance-specific error occurred while establishing a connection to SQL Server....
Server Error in '/' Application.
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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) 

Тази грешка WEB сървъра я подава, когато не е добре конфигуриран Connection string и приложението не може  да се свърже с SQL сървъра. Моля, проверете дали е от вида:
Server=mssql.asphostbg.net;Database=databaseName;Uid=userName;Password=password;