Can anyone explain why each time I want to connect to SQL server, I get this error:
Login Failed "WEBCOMPUTER\ASPNET"?(WEBCOMPUTER is my computer name)Because you are using integrated security, and by default, your ASP.NET pages run under the security context of the ASPNET Windows user. You need to add the ASPNET windows user as a user in SQL Server, or alternately, use SQL Server security and provide a username and password.
No comments:
Post a Comment