Login failed for user ...

Discussion in 'ASP.NET / ASP.NET Core' started by davidseye, Jan 22, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I finally bit the bullet and bought VS.NET 2003 and installed it today so I could get this .NET down.

    Built my first app this evening, am trying to run it locally. Getting the error

    "Login failed for user 'DAVIDSEYE\ASPNET'"

    I know I have read about this error before but I can't remember where or what I read. Can someone give me a clue?

    Thanks
     
  2. Gratefully, and as is often the case, I figured my problem out. It turns out to be a user issue on my local SQL server. I gave permission to my ASPNET account on my local server to access the dtabase and it worked out. Not an .Net problem at all as it turns out. Thanks to all of those who would have told me this if it hadn't been so late in the evening when I complained.
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    It'll be easier if you use SQL authentication. This will cause less problem when you migrate to a remote server (say our server).


    quote:Originally posted by davidseye

    Gratefully, and as is often the case, I figured my problem out. It turns out to be a user issue on my local SQL server. I gave permission to my ASPNET account on my local server to access the dtabase and it worked out. Not an .Net problem at all as it turns out. Thanks to all of those who would have told me this if it hadn't been so late in the evening when I complained.
    </blockquote id="quote"></font id="quote">
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page