【发布时间】:2022-01-17 12:37:26
【问题描述】:
This is the picture of the project error 处理请求时发生未处理的异常。
【问题讨论】:
-
欢迎来到 StackOverflow!您的问题需要一些工作,以便社区可以更好地帮助您。看看how to ask a good question,再试一次。
标签: asp.net-core-5.0
This is the picture of the project error 处理请求时发生未处理的异常。
【问题讨论】:
标签: asp.net-core-5.0
为现有项目中的所有环境启用运行时编译:
例如:
public void ConfigureServices(IServiceCollection services) {
services.AddRazorPages().AddRazorRuntimeCompilation();
// code omitted for brevity }
【讨论】: