IIS Compilation Error -2146232576 AspNetInitializationExceptionModule

后端 未结 9 727
执笔经年
执笔经年 2020-12-05 07:35

I have a fairly simple C# WebAPI2 project that runs locally but after publishing to IIS on a remote machine (Windows Server 2012 R2 Standard) the web page displays the follo

9条回答
  •  南方客
    南方客 (楼主)
    2020-12-05 07:37

    I upgraded the NuGet package "Microsoft.CodeDom.Providers.DotNetCompilerPlatform" from 2.0.0 to 2.0.1 and that resolve this issue for me

提交回复
热议问题