您这个问题可能是由于认证方式所引起的。根据您的错误信息,您在 SQL 中使用的是 Windows Authentication,建议您改为 SQL Server Authentication 来试一下。 更多信息,请参考以下文章: ID: Q247931 INF: Authentication Methods for Connections to SQL Server in ASP[sqlserver] http://support.microsoft.com/support/kb/articles/q247/9/31.asp |