How to fix error “ANCM In-Process Handler Load Failure”?

后端 未结 16 2912
攒了一身酷
攒了一身酷 2020-12-13 17:39

I\'m setting up the first site in IIS on Windows Server 2016 Standard. This is a NET Core 2.2 application. I cannot get the site to show.

I am getting th

16条回答
  •  独厮守ぢ
    2020-12-13 18:07

    Sometimes this is because multiple applications may be using same Application Pool

    In such cases first application will work and other won't work

    Solution is to create new application pool for each application.

提交回复
热议问题