Hi
I'm an ASP.NET newbie and am having a few problems connecting to our SQL Database.
I have got a really basic ASP.NET page that is connecting to a database and returning a list of users. The IIS is on my PC and I'm trying to connect to one of our SQL Servers on another box. I've updated the security setting in IIS to be windows integrated security. The SQL Server currently only accepts Windows Security. However I'm getting the following error...
"Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. "
If I copy the same code into a new Windows Application and run it, it works fine?!
Please help, thanks
Lbob
I'm an ASP.NET newbie and am having a few problems connecting to our SQL Database.
I have got a really basic ASP.NET page that is connecting to a database and returning a list of users. The IIS is on my PC and I'm trying to connect to one of our SQL Servers on another box. I've updated the security setting in IIS to be windows integrated security. The SQL Server currently only accepts Windows Security. However I'm getting the following error...
"Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. "
If I copy the same code into a new Windows Application and run it, it works fine?!
Please help, thanks
Lbob