Hi guy's.
When using custom name we usually set SPN's and delegate Kerberos rights to the SERVER. Something like this:
Setspn -S HTTP/passwordregistration.corp.contoso.com corp\SSPR1$
That works fine for one server. But now to the clustering problem.
I added the known setting 'useeAppPoolCredentials="true"' to the applicationhost.config and delegated the SPN to the application pool user account.
After that, the IIS did not restart after IISRESET because the setting'useeAppPoolCredentials="true"' is not supported on the SSPR registration site.
So how can I cluster it?
GH