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:
解决
应用程序池的 托管管道模式 由 集成 -> 经典
浙公网安备 33010602011771号