Results 1 to 5 of 5

Thread: Now you see it, Now you don't (Connection Problems)

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2001
    Posts
    306

    Now you see it, Now you don't (Connection Problems)

    This is a strange problem...or maybe I'm just stupid.

    I'm creating an ASP.Net web application that interfaces with SQL Server 2000. Everything works fine on my development machine. I'm able to view the webpage through the IDE as well as if I open up IE and type in the address (http://C1156/css-training).

    But when I try and look at the webpage by way of another computer I get a login error (Login failed for user '\'.).


    My Connection string is as follows:

    VB Code:
    1. Dim MyConnection as New SqlConnection("Server=c1156\sql2000;Integrated Security=true;database=css_training;User ID=IUSR_C1103;Password=scott")

    I've got Impersonation set to True in my webconfig file. Anybody have a clue as to my error? it has to be in the connection string.

    Thanks
    Last edited by scostell; Aug 21st, 2002 at 12:46 PM.

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