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)
サイトを Web サーバーにアップロードし、接続文字列を使用してリモート sqlserver2005 に接続すると....
<connectionStrings>
<remove name="ConnectionString"/>
<add name="ConnectionString" connectionString="Data Source=69.16.253.19,1433;Initial Catalog=vb_usa;Persist Security Info=True;User ID=username;Password=password" providerName="System.Data.SqlClient"/>
</connectionStrings>
次のエラーが生成されます。私の Web ページにエラーが表示されます。
http://vbi.volvobusesindia.com
上記のエラーが表示されます..
私のウェブサイトのAPP_Dataフォルダーでaspnetdb.mdfを使用しています...私のウェブサイトで使用する機能は、ログイン制御、パスワード回復、サインアップ制御です...