How to connect to an IIS website using Kerberos

When I connect to one of our internal websites and I look in the security tab of the Event Viewer, I see that the authentication package is NTLM

What do I need to do to get the authentication package to be kerberos?

The website is an ASP.NET website with IIS 6 and uses Windows Authentication

+2


source to share


1 answer


By default, IIS 6 will try to use Kerberos for client authentication if available. This is a good article you can check out. It has steps to view / edit what you have included.



+1


source







All Articles