ASP.Net error: “The identity of application pool is invalid”

前端 未结 16 1698
青春惊慌失措
青春惊慌失措 2021-02-02 06:27

My ASP.Net web service cannot run because the application pool is unable to start due to the identity crisis it\'s experiencing.

The user I\'m using in the app pool is a

16条回答
  •  忘了有多久
    2021-02-02 07:26

    After following all of the other suggestions:

    1. Check "Log on as a service" and "Log on as a batch job" permissions
    2. Check folder permissions, c:\Windows\system32\inetsrv, etc.
    3. In Metabase Explorer check permissions for IIS_WPG group

    Remember to restart the IIS admin service!

提交回复
热议问题