IIS6上の.NETFramework4.0 WCF RESTサービスを、次の接続文字列を使用してSQL Server2008R2データベースに接続しようとしています。
<add name="EReportEntities"
connectionString="metadata=res://*/EReportModel.csdl|res://*/EReportModel.ssdl|res://*/EReportModel.msl;provider=System.Data.SqlClient;provider connection string="Server=localhost;Database=ADM;User Id=sa;Password=XXXXXXXX;multipleactiveresultsets=True;App=EntityFramework""
providerName="System.Data.EntityClient" />
しかし、私はできません。私は得る:
Event Type: Failure Audit
Event Source: MSSQLSERVER
Event Category: (4)
Event ID: 18456
Date: 10/19/2012
Time: 10:47:48 AM
User: N/A
Computer: UNILEVER
Description:
Login failed for user 'sa'. [CLIENT: <local machine>]
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 18 48 00 00 0e 00 00 00 .H......
0008: 09 00 00 00 55 00 4e 00 ....U.N.
0010: 49 00 4c 00 45 00 56 00 I.L.E.V.
0018: 45 00 52 00 00 00 07 00 E.R.....
0020: 00 00 6d 00 61 00 73 00 ..m.a.s.
0028: 74 00 65 00 72 00 00 00 t.e.r...
ただし、saユーザーを使用してSQL Server Management Studioにログインすると、ログインできます。
私は何が間違っているのですか?