I have an ASP.NET MVC site. This site has been copied to C:\MyWebSite
I made an app pool AAA for this, with a user account from a domain.
I granted this user account ACL rights to C:\MyWebSite for read&execute & list.
After I visit the website, I get a 503 error Service Not Available.
The error in the System event log says:
The identity of application pool AAA is invalid. The user name or password that is specified for the identity may be incorrect, or the user may not have batch logon rights. If the identity is not corrected, the application pool will be disabled when the application pool receives its first request. If batch logon rights are causing the problem, the identity in the IIS configuration store must be changed after rights have been granted before Windows Process Activation Service (WAS) can retry the logon. If the identity remains invalid after the first request for the application pool is processed, the application pool will be disabled. The data field contains the error number.