Re: Failed login MyMachine\ASPNET

From: Uri Dimant (urid_at_iscar.co.il)
Date: 03/23/05


Date: Wed, 23 Mar 2005 15:05:31 +0200

Make sure that you have a right Login as well as check if you have Windows
Authentication only. Change it to Mixed Authentication

"N Thorell" <NThorell@discussions.microsoft.com> wrote in message
news:06CD83E4-9F83-4BE2-A695-652A7C4A7DF9@microsoft.com...
> I just wanted to write a simple WebService to return a dataset.
> But when I am trying to debug it under Visual Studio, I get an exception
> when calling conn.Open( ). The error message is "Failed to login user
> myMachine\ASPNET". What is ASPNET??? Why does Visual Studio invent
that
> account, if it fails to connect to my local MSDE? What can I do about
it?
> Please, I am not an administrator, so I need every detail.