我的机器是windows xp系统,用vs2005开发,程序是用windows验证登陆SQL SERVER,在开发环境中运行asp.net连接数据库是正确的,但是用IIS去测试程序的时候会出现错误,具体如下:
Cannot open database "数据库名" requested by the login. The login failed.
Login failed for user 'IVERSON\ASPNET'.
 
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.SqlClient.SqlException: Cannot open database "myProject" requested by the login. The login failed.
Login failed for user 'IVERSON\ASPNET'.请问是否是本地策略组没有设置正确?