When creating a new website or just a new ApplicationPool, IIS should create a new Windows user-profile (via WAS). Unfortunately this is not working anymore when I set the identity of the ApplicationPool to ApplicationPoolIdentity
.The pool is immediately crashing as it is not finding the according user-profile (found the error inside the windows event-viewer). When I toggle loadUserProfile
to false
, the website and the ApplicationPool are running fine, but I don't know why this is not working anymore, since it has been working for months without problems.
I reinstalled IIS and cleared the users which were created before but nothing is working. IIS is simply not creating a new user profile and so the ApplicationPool keeps crashing.
These are the error messages I receive from the Windows Event-Manager (translated):
Erorr-ID 1511: The local user profile has not been found, you are going to be logged in with a temporary user profile.
Error-ID 1500: You could not be logged in, because the local stored user profile could not be loaded.