Looking for some assistance with SSPI. I am trying to get away from having login credentials stored in various web config files. I getting the login failed for user 'domain\servername$' error. DB is on a seperate server than the web app. Do I have to add the server as user in the db? That just doesn't sound right.
Thanks for the help,
Marty
Kevin,
That worked like a charm! Made the change and my app started working again.