怪奇物语

怪奇物语

首页 新随笔 联系 管理

asp.net部署遇到的问题 dotnet .net8

背景

使用.net8写了一个asp.net的程序,准备部署到windows server上面,然后去安装了对应版本的asp.net host binding: ASP.NET Core 8.0 Runtime (v8.0.15) - Windows Hosting Bundle Installer!

问题

查看windows系统日志

Failed to start application '/LM/W3SVC/2/ROOT', ErrorCode '0x8007023e'.
+ System 
  - Provider 
   [ Name]  IIS AspNetCore Module V2 

  - EventID 1010 
   [ Qualifiers]  0 
   Level 2 
   Task 0 
   Keywords 0x80000000000000 
 
  - TimeCreated 
   [ SystemTime]  2025-05-06T09:36:52.064350000Z 
   EventRecordID 45204 
   Channel Application 
   Computer ssuzbridge1.ptisuz.com.cn 
   Security 

- EventData 
   Failed to start application '/LM/W3SVC/2/ROOT', ErrorCode '0x8007023e'. 
   Process Id: 5188. 
   File Version: 18.0.25074.15. Description: IIS ASP.NET Core Module V2. Commit:  

解决

应用程序池的 托管管道模式集成 -> 经典

posted on 2025-05-07 08:00  超级无敌美少男战士  阅读(66)  评论(0)    收藏  举报