Results 1 to 2 of 2

Thread: Login failed for user 'DIEVECHNOLOGY\ASPNET'. URGENT !! [resolved]

  1. #1

    Thread Starter
    Hyperactive Member babyekc's Avatar
    Join Date
    Jul 2004
    Location
    planet earth
    Posts
    270

    Resolved Login failed for user 'DIEVECHNOLOGY\ASPNET'. URGENT !! [resolved]

    VB Code:
    1. connectionString = "Server=SQLOLEDB.1; Data Source=(local); " & _
    2.                            "Database=WAPClinic; Trusted_Connection=yes"

    i don't know why is this happen. previous can log in like normal. but suddenly giv me this kind of error. anyone help? quite urgent.
    Last edited by babyekc; May 5th, 2005 at 08:18 PM.
    *wink wink*

    _babyekc

  2. #2
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861

    Re: Login failed for user 'DIEVECHNOLOGY\ASPNET'. URGENT !!

    Since you haven't specified a Username and Password in your connectionstring the application is trying to connect to the database with default ASPNET user account of your machine.

    This account obviously isn't setup as a user on the database.

    So you either need to allow Windows Authentication in your SQL Server, or create a new Login (Username/Password) within SQL Server and then use that Username/Password in your connectionstring to connect to the database.
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width