SQL Server 2000で維持されているデータベースからのデータバインディングを使用してasp.net 4.0で開発されたasp.net Webサイトがあります。エラーが発生しています。
Login failed for user 'testuser'. Reason: Not associated with a trusted SQL Server connection.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code
.
Exception Details: System.Data.OleDb.OleDbException: Login failed for user 'testuser'. Reason: Not associated with a trusted SQL Server connection.
ソース エラー:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
- 混合モード認証を使用しており、SQL Server 2008 がシステムにインストールされています
- .cs ページで次の接続文字列を使用しています
using (OleDbConnection con3 = new OleDbConnection("Provider=SQLOLEDB;Data Source=sbs;User ID=testuser;Passwrd=pinkCITY01;Initial Catalog=PCGnet"))