I have a custom SL4 application that does not work in a test environment. The application is configured using Windows Auth, and the application pool is the domain (service) account.
This worked as a customized and then something environmental change, and now the site does not use Windows credentials automatically through IIS8. I get a request (401.1) for loans. After 3 failures, I get 401.2. I am not sure if this is related to Kerberos. or if it is in my web.config.
Does anyone have any ideas?
source
share