A.S.Roma
دوشنبه 18 آبان 1388, 21:36 عصر
با سلام
ConnectionString تو این هاست رو مطابق نمونه خودش Set کردم اما ...
این Error رو دریافت می کنم :
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)
تنظیمات ConnectionString :
<connectionStrings>
<clear />
<add name="LocalSqlServer" connectionString="Data Source=.\SQLExpress;Persist Security Info=True;Integrated Security=SSPI;Initial Catalog=MyUserId_DbName" />
</connectionStrings>
کسی تا حالا این هاست رو امتحان کرده !؟
ConnectionString تو این هاست رو مطابق نمونه خودش Set کردم اما ...
این Error رو دریافت می کنم :
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)
تنظیمات ConnectionString :
<connectionStrings>
<clear />
<add name="LocalSqlServer" connectionString="Data Source=.\SQLExpress;Persist Security Info=True;Integrated Security=SSPI;Initial Catalog=MyUserId_DbName" />
</connectionStrings>
کسی تا حالا این هاست رو امتحان کرده !؟