0
我已經創建了一個「新用戶」頁面使用CreateUserWizardasp.net,我還添加了另一個嚮導步驟。要注意的,我也有一個現有的數據庫(但使用內置的嚮導應該已經使一個?)連接自定義創建用戶到數據庫
當測試這個我收到此錯誤..
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)
asp.net代碼(創建用戶嚮導等) http://codepad.org/k2Li8CTR
Web配置文件 http://codepad.org/oNHKWoQ8
我知道這將是不好的做法,但有沒有可能的「快速修復」? – Lemons
快速修復什麼?如果您要求快速解決集成問題,那麼您可以使用帶有ID和PWD的連接字符串輕鬆修復,但您不得不確保綁定到該請求的憑證在數據庫中有效且存在 –