I'm trying to get my web app to use the users credentials when connecting to SQL which is on a different box to IIS. I believe I have set up all the authentication settings, but it doesn't work and tries to connect as Negotiate(NTLM) except when Fiddler is open and it correctly uses Kerberos.
Why is fidder interfering, and how can I make it work without having fiddler open?