Reputation: 677
There is a website set to run on windows authentication. There are 3 web applications under the site, each on their own application pool, but with the same domain account. ASP.NET impersonation, Use App Pool credentials, Use Kernel mode authentication are set to true.
With the above settings in place, the three applications work fine for sometime. Then automatically they stop connecting to the DB with the error "Login failed for user NT Authority\Anonymous Logon".
After resetting IIS, the 3 applications stay up for sometime, then they again stop connecting to DB, one application after another. Weird?
What could be the issue? Any pointers?
Upvotes: 1
Views: 1233
Reputation: 677
But there are 3 web applications sitting underneath the website. So had to create 3 separate websites with different URLs with separate app pools, but using the same app pool identity.
After the above are done, there are no more issues ! Hurray !
Upvotes: 1