iis 7 - Run app pool under domain user -


seems easy enough... go application pool advanced settings , set service run under account has access network files need read. know have entered username , password correctly because doesn't let me submit bad username/password. using domain\username format. hook site app pool, run site , 503 error , app pool stops. have googled , every post have seen (and there have been lot of them) says password wrong because changed in domain not updated. yes, can happen entered username , password , validated, know correct.

i merely trying read files exist on network drive , seems best way it. if else has suggestions open trying else.

update: following in system event log (event id 5021):

the identity of application pool documentapi invalid. user name or password specified identity may incorrect, or user may not have batch logon rights. if identity not corrected, application pool disabled when application pool receives first request. if batch logon rights causing problem, identity in iis configuration store must changed after rights have been granted before windows process activation service (was) can retry logon. if identity remains invalid after first request application pool processed, application pool disabled. data field contains error number.

i have gone through steps here didn't help:

https://technet.microsoft.com/en-us/library/cc735179(v=ws.10).aspx

thanks!

you may try switch 'load user profile' option false. have been battling same issue couple days now. found this page , @ getting site load once again app pool running.

*****edit*****

further research , found this deleted profile app pool giving me problems, set load user profiles true, restarted local iis , still works.


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -