Hi,
How do i get integrated security to work from an asp.net web application in a DMZ?
I am using something like this…
where user1 is a local windows account.
Whenever the application tries to connect to the sql server i get this message
Login failed for user ‘(null)’
The domain account that is on the SQL Server is MYDOMAIN\user1.
I am not using AD. What am I doing wrong?
Thanks,
Shawn