IIS App Pool and WAS stop automatically with with event id 5189

核能气质少年 提交于 2020-01-11 10:07:10

问题


When starting the website, app pool stops automatically with some errors. Tried turning IIS and WAS features off and enabled. Didn't help. applicationhost.config file is proper and not corrupt

Below are the errors from event viewer

The worker process for application pool 'testpool' encountered an error 'Cannot read configuration file ' trying to read configuration data from file '\?\', line number '0'. The data field contains the error code.

The Windows Process Activation Service failed to generate an application pool config file for application pool 'testpool'. The error type is '5'. To resolve this issue, please ensure that the applicationhost.config file is correct and recommit the last configuration changes made. The data field contains the error number.


回答1:


Managed to find the root cause.

Tried running process monitor (procmon.exe) when starting the website. svchost.exe process is trying to create a folder in following location (C:\inetpub\temp\appPools) with app pools name.

And somehow there was a folder shortcut with name same as app pool. WAS process is trying to create the folder when starting the app pool. I have now cleared that folder and retried. It worked!



来源:https://stackoverflow.com/questions/46742076/iis-app-pool-and-was-stop-automatically-with-with-event-id-5189

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!