RE: Why can run with Users by NoSpamMgbworld
NoSpamMgbworld
Mon Aug 29 10:01:06 CDT 2005
I would guess that you are attempting to use a SQL Server database. If so,
the problem is you are trying to access data with the ASP.NET anonymous
account.
Solution:
Either force a logon or set up a connection string that does not use Windows
authentication.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
***************************
Think Outside the Box!
***************************
"ad" wrote:
> I use VS2005 to develop Asp.net program.
> If the asp.net just belong to Users group, my aps.net can't run. It's error
> message is : "Login failed for user 'D610\ASPNET' (D610 is my machine name)
> But if I add Administrators to Asp.net account, my asp.net program can run
> well.
> Why? I have found the other machines can just use asp.net with Users to run
> asp.net program!
>
>
>