Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I was lately working on upgrading a client environment from Windows Server 2003 to Server 2008 R2 which included the automatic upgrade of IIS from 6.0 to version 7.5. I was trying to reproduce the same configuration but the integrated authentication was failing despite of all my tries. I finally found out on an MSDN article that I should no longer set the SPN (Service Principle Name) to the service account but to the machine (In my case it is scenario 2b).

Is there any good reason that would explain why? The article only states the change.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.