G
Guest
Ok, so I have a laptop running XP Pro with IIS 5.0, Visual Studio 2005, and
SQL Server 2005. I added the Northwind DB and set up my IIS website to use
Windows Integrated Authentication. I created a web page and configured the
connection string to use Integrated Authentication for the purpose of opening
a connection to Northwind and I got a login failed error.
The error was simple to solve, but what suprised me was the userid that was
used. I was logged in as Administrator but the error revealed that the userid
ASPNET was actually being passed to the DB. (Apparently passed by IE?) Does
anyone know what is going on here, I just thought for sure that the login
credentials (Administrator) would be used when invoking Integrated
Authentication.
Bill
SQL Server 2005. I added the Northwind DB and set up my IIS website to use
Windows Integrated Authentication. I created a web page and configured the
connection string to use Integrated Authentication for the purpose of opening
a connection to Northwind and I got a login failed error.
The error was simple to solve, but what suprised me was the userid that was
used. I was logged in as Administrator but the error revealed that the userid
ASPNET was actually being passed to the DB. (Apparently passed by IE?) Does
anyone know what is going on here, I just thought for sure that the login
credentials (Administrator) would be used when invoking Integrated
Authentication.
Bill