HTTP Error 503. The service is unavailable. App pool stops on accessing website

前端 未结 20 1514
面向向阳花
面向向阳花 2020-12-22 20:37

There are number of posts on this and I have tried many a things by now. But to no avail. Myself a Winforms Developer basically, started working on this Web stuff few days b

20条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-22 21:06

    In my case I checked event logs and found error was Cannot read configuration file ' trying to read configuration data from file '\\?\', line number '0'. The data field contains the error code.

    The error code was 2307.

    I deleted all files in C:\inetpub\temp\appPools and restarted the iis. It fixed the issue.

提交回复
热议问题