问答一下,轻松解决,电脑应用解决专家!
主板显卡CPU内存显示器
硬盘维修显卡维修显示器维修
注册表系统命令DOS命令Win8
存储光存储鼠标键盘
内存维修打印机维修
WinXPWin7Win10/Win11
硬件综合机箱电源散热器手机数码
主板维修CPU维修键盘鼠标维修
Word教程Excel教程PowerPointWPS
网络工具系统工具图像工具
数据库javascriptLinux系统
PHP教程CSS教程XML教程

HTTP Error 500.30 - ANCM In-Process Start Failure错误解决大全

更新时间:2021-08-27 11:10 作者:佚名点击:
案例一:

在Visual Studio 2019中使用IIS Express运行站点运行站点报错:HTTP Error 500.30 - ANCM In-Process Start Failure

Common solutions to this issue:
The application failed to start
The application started but then stopped
The application started but threw an exception during startup
Troubleshooting steps:
Check the system event log for error messages
Enable logging the application process' stdout messages
Attach a debugger to the application process and inspect
For more information visit: https://go.microsoft.com/fwlink/?LinkID=2028265

图片如下:

error page

解决办法:在Visual Studio中检查你是否忽略了启动项目这个配置?直接在资源管理器中左键我们的Web项目,然后选择“设为启动项目”。然后在Visual Studio菜单上运行IIS Express。一切都正常!

案例二:
 

先检查发布的文件是否正确,版本是否选对。

 

第二步,检查应用程序池是否正确

第三步,还是应用程序池配置,和发布的版本对应上。

第四步,检查,是否缺少模块

第五步,检查程序是否正常,直接运行发布文件的XXX.exe。 然后访问http://localhost:5000, 若能访问,则正常。

 

第六步,检查web.config文件,删除 hostingModel="InProcess"

 

以上步骤能解除90%以上的问题。

顶一下
(1)
100%
踩一下
(0)
0%
------分隔线----------------------------
你可能感兴趣的内容