0
مشكل اتصال سايت به sql و مشاهده خطای Error 26
سلام دوستان سايت زير رو هاست آپ شده و كار مي كنه ولي هنگام اتصال به پايگاه داده sql پيام زير رو مي ده لطفا راهنمايي كنيد با تشكر
Code
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)
2 پاسخ
2
همونطور که آقای احمدی گفتن 100% مشکل تو Connection String فایل کانفیگته
این ارور مربوط به سرور پایگاه داده اس ، نمیتونه سرور دیتابیس رو ببینه ، چک کن ببین آدرس سرور دیتابیس رو در کانفیگت درست وارد کردی
3
احتمالا" Connection String رو اشتباه وارد کردی. یه نمونه Connection String:
Code
data source=mssql.site.com; initial catalog=DbName; integrated security=false;user id=name; password=pass; multipleactiveresultsets=true;