We have an user (XXX\User). We want to run IIS 7.5 Application pool under this user.
I have configured application pool to run under this account, but whenever i am accessing application my app pool will crash with below error:
Application pool ASP.NET v4.0123 has been disabled. Windows Process Activation Service (WAS) did not create a worker process to serve the application pool because the application pool identity is invalid
Application pool ASP.NET v4.0123 has been disabled. Windows Process Activation Service (WAS) encountered a failure when it started a worker process to serve the application pool.
The identity of application pool ASP.NET v4.0123 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.
Please let us know what all permission we need to provide to this user in order to run application pool.
Note: Due to some constrain i cannot add this user in Administrators Group