ancm专题

IIS部署.Net Core 访问网站提示:HTTP Error 500.32 - ANCM Failed to Load dll

环境:VS2019   .NET Core 3.1    Windows Server 2012 R2 Datacenter  IIS6.0 独立发布后,访问网站提示   HTTP Error 500.32 - ANCM Failed to Load dll 经过查证,设置IIS的应用池,如下图: 谢谢打赏:

.Net Core HTTP Error 500.0 - ANCM In-Process Handler Load Failure 发布后启动错误处理

方法1: 应用池高级配置 - 启动32位应用程序 - 设置为True 方法2: web.config   <aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthTo