python - Cannot run app pool as service account -
i had python flask website ran fine when ran app pool own account. when tried changing service account (which should have permissions), following error
http error 500.0 - internal server error
the page cannot displayed because internal server error has occurred.
most causes: •iis received request; however, internal error occurred during processing of request. root cause of error depends on module handles request , happening in worker process when error occurred. •iis not able access web.config file web site or application. can occur if ntfs permissions set incorrectly. •iis not able process configuration web site or application. •the authenticated user not have permission use dll. •the request mapped managed handler .net extensibility feature not installed.
detailed error information: module fastcgimodule
notification executerequesthandler
handler python flask
error code 0x80070542
requested url http://qatools:80/
physical path d:\pythonwebservice\qatools
logon method anonymous
logon user anonymous
if change run own account, works. thoughts?
fyi after tinkering, changed app pool run managed pipeline mode of "classic" instead of "integrated" , worked.
Comments
Post a Comment