the respone as following , the main meaning is about the 'LIN-MASTER\ASPNET' user login failed:
ResponseCode: 500 (Internal Server Error)
Connection:close
Content-Length:1934
Cache-Control:private
Content-Type:text/xml; charset=utf-8
Date:Tue, 20 Feb 2007 11:56:22 GMT
Server:Microsoft-IIS/5.1
X-AspNet-Version:2.0.50727
X-Powered-By:ASP.NET
<?xml version="1.0" encoding="utf-16"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>System.Web.Services.Protocols.SoapException: 服务器无法处理请求。 ---> System.Data.SqlClient.SqlException: 用户 'LIN-MASTER\ASPNET' 登录失败。
在 System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
在 System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
在 System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
在 System.Data.SqlClient.SqlConnection.Open()
在 Microsoft.Practices.EnterpriseLibrary.Data.Database.OpenConnection()
在 Microsoft.Practices.EnterpriseLibrary.Data.Database.ExecuteReader(DbCommand command)
在 football.Data.Utility.ExecuteReader(Database database, DbCommand dbCommand) 位置 G:\网站\足球综合站\testNettiers\football.Data\Utility.cs:行号 357
在 football.Data.SqlClient.SqlAdvanceTypeProviderBase.GetAll(TransactionManager transactionManager, Int32 start, Int32 pageLength, Int32& count) 位置 G:\网站\足球综合站\testNettiers\football.Data.SqlClient\SqlAdvanceTypeProviderBase.generated.cs:行号 460
在 football.Data.Bases.EntityProviderBaseCore`2.GetAll(Int32 start, Int32 pageLength, Int32& count) 位置 G:\网站\足球综合站\testNettiers\football.Data\Bases\EntityProviderBaseCore.generated.cs:行号 131
在 FootballServices.AdvanceTypeProvider_GetAll(Int32 start, Int32 pageLength, Int32& count) 位置 c:\NetTiers\football\WebServices\FootballServices.asmx:行号 6439
--- 内部异常堆栈跟踪的结尾 ---</faultstring>
<detail />
</soap:Fault>
</soap:Body>
</soap:Envelope>