D
David Quinn
Hello everyone,
Can anyone explain the use of the two system accounts created when you
install Visual Studio.NET and possibly help me with a SQL connection
problem?
I'm currently having some trouble getting my ASP.NET application accessing a
MSDE2K3 database server on the same local machine.
I can access the database using MS Access using the integrated security
connection option however using the integrated security option in the
connection string in web application gives me a connection error.
In the IIS5.1 console I've disabled anonymous access so I assume the pages
are being loaded using my account (when I print the request server variables
to a page I can see that the user is MyComputer/MyLogin).
The ASP.NET Machine A... and SQLDebugger were two accounts added to my
system when I installed VS.NET. Do I need to run the web app in one of
these accounts?
cheers for your help, Dave.
Can anyone explain the use of the two system accounts created when you
install Visual Studio.NET and possibly help me with a SQL connection
problem?
I'm currently having some trouble getting my ASP.NET application accessing a
MSDE2K3 database server on the same local machine.
I can access the database using MS Access using the integrated security
connection option however using the integrated security option in the
connection string in web application gives me a connection error.
In the IIS5.1 console I've disabled anonymous access so I assume the pages
are being loaded using my account (when I print the request server variables
to a page I can see that the user is MyComputer/MyLogin).
The ASP.NET Machine A... and SQLDebugger were two accounts added to my
system when I installed VS.NET. Do I need to run the web app in one of
these accounts?
cheers for your help, Dave.