Hello,
I have an ASP.Net web application hosted in NLB infrastructure with 2 web servers and 2 app servers. I have 3 web services running in the application server with windows authentication enabled. Other settings as follows
- Anonymous authentication is disabled
- Basic authentication is disabled
- Digest authentication is disabled
- ASP.NET Impersonation is disabled.
- Windows authentication is enabled
- Negotiate is on priority with both Negotiate, NTLM is enabled.
- using custom identity: DOmain\User1
- useAppPoolCredentials set to true
- useKernelMode set to False
As per my observation, user encounter error 401 1 2148074254 when website access a specific webservice(let's say webservice 1). When a user accesses the same function again then there is no recurrence of 401 error.
Noticed the Start Mode was set to “On Demand” mode in app pool settings. Tried changing the Start Mode to “Always Running” and Idle Time-Out to “0” but still encountered the same error and the same pattern.
Regards,
VHK