mahtab_18
یک شنبه 30 اردیبهشت 1386, 11:45 صبح
سلام
من یک connection برای ارتباط با پایگاه داده sql server که توی یک کامپیوتر دیگر هست ایجاد می کنم که خطای زیر را می دهد ممنون میشم راهنماییم کنید :
Con = new SqlConnection("Integrated Security=true;initial catalog=test;data source=192.179.0.156");
اینم از خطا :
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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
من یک connection برای ارتباط با پایگاه داده sql server که توی یک کامپیوتر دیگر هست ایجاد می کنم که خطای زیر را می دهد ممنون میشم راهنماییم کنید :
Con = new SqlConnection("Integrated Security=true;initial catalog=test;data source=192.179.0.156");
اینم از خطا :
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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)