50٪ تخفیف روی تمام دوره‌ها!
پایان تخفیف تا:
مشاهده دوره‌ها
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)

سلام دوستان سايت زير رو هاست آپ شده و كار مي كنه ولي هنگام اتصال به پايگاه داده sql پيام زير رو مي ده لطفا راهنمايي كنيد با تشكر

<c#>
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)
<c#>

||http://tosinso.com/files/get/61dda0c5-afd0-4c00-ac7e-6e7e91fd0a04||
پرسیده شده در 1393/03/05 توسط

2 پاسخ

2

همونطور که آقای احمدی گفتن 100% مشکل تو Connection String فایل کانفیگته

این ارور مربوط به سرور پایگاه داده اس ، نمیتونه سرور دیتابیس رو ببینه ، چک کن ببین آدرس سرور دیتابیس رو در کانفیگت درست وارد کردی

پاسخ در 1393/03/05 توسط
3

احتمالا" Connection String رو اشتباه وارد کردی. یه نمونه Connection String:

Code
data source=mssql.site.com; initial catalog=DbName; integrated security=false;user id=name; password=pass; multipleactiveresultsets=true;
پاسخ در 1393/03/05 توسط

پاسخ شما