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

前端 未结 16 1518
青春惊慌失措
青春惊慌失措 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:19

    Try running the following command in the C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 folder:

    aspnet_regiis -ga 
    

    For more info on configuring a user account to use as an application pool identity see the following article:

    How To: Create a Service Account for an ASP.NET 2.0 Application (MSDN)

提交回复
热议问题