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

后端 未结 16 2923
攒了一身酷
攒了一身酷 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条回答
  •  萌比男神i
    2020-12-13 18:03

    For more info, in web.config, set

    stdoutLogEnabled="true"
    

    then check the logs folder. In my case it had nothing to do with project, publishing or hosting settings - it was my fault for not copying a file essential to my app. The error was simply "Could not find file "D:\Development\IIS Hosting Test\filename.ext"

提交回复
热议问题