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.