每當我嘗試啓動aspx頁面時,都會收到此錯誤消息。 whic連接此連接字符串SQL錯誤:錯誤:40 - 無法打開與SQL Server的連接
SqlConnection conn = new SqlConnection("Data Source=192.168.xxx.xxx;Initial Catalog=DBSample;User ID=dev;Password=pass;Integrated Security=SSPI;"))
怪異的事情在
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)
是我正在連接服務器已經舉辦一些aspx頁面。我不知道,如果我的connectiong字符串中缺少感謝。我知道我連接的服務器已經被允許遠程連接,因爲它已經託管了一些aspx網站。 :(
謝謝!
嗨,先生,順便說一句我做了這個項目在不同的服務器,它正在成功運行,然後當我試圖通過IIS實時上傳它,它確實返回該錯誤。謝謝 – Sherwin 2010-02-11 10:24:02
檢查我編輯的帖子。 – 2010-02-11 11:00:11
所以問題出在服務器上?或者它在我的連接字符串中? – Sherwin 2010-02-12 00:50:34