Web サイトで Report Viewer を使用しています。そのレポートを表示すると、次のエラーが表示されます。
An error has occurred during report processing.
Exception has been thrown by the target of an invocation.
Login failed for user 'sa'.
web.config ファイルに接続文字列を次のように指定しました。
<connectionStrings>
<add name="TPSConnectionString" connectionString="Persist Security Info=False;User ID=sa;Password=***********;Initial Catalog=DataBaseName;Data Source=MyDataSource" providerName="System.Data.SqlClient"/>
</connectionStrings>
その資格情報は正しいです。なぜそのエラーが発生するのか理解できません。あなたのいずれかが私に解決策を提供してください。