Forum
Programlamaya hakim biri değilim, ama yapmam gereken bir iş vardı. Windows server 2008 e .net de yaptığım proje için database e bağlanamıyorum. Local de yaptığım çalışıyordu ama server a bağlandığımda artık çalışmıyor projem. sürekli şu hatayı alıyorum:
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)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: 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)
Nasıl bağlanabilirim? ne yapmam gerek acaba..
sql server kendi serveriniz üzerinde olduğunu düşünerekde yazıyorum.
http://www.davudows.com/article/SQL-Server-2008-R2-Kurulumu-ve-Kurulum-Sonrasi-Ali.html
aşağıdaki makalenin özellikle son satırlarına bir göz atın. muhtemelen servislerden bir tanesi çalışmıyor olabilir yada uzak bağlantı için server ayarlanmamış olabilir.
başlat/tümprogramlar/sql server / configuration tools / sql server configuration manager dan ayarları kontrol edebilirsiniz.
cevap verdiğiniz çok teşekkür ederim. Makalenizi okudum sondaki ayarları da yaptım fakat hala aynı hatayı veriyor 🙁
Firewall ı kapattınız mı tüm modlarda, domainde public te vs. ? o server a ping atabiliyormusunuz ?