IIS Compilation Error -2146232576 AspNetInitializationExceptionModule

后端 未结 9 722
执笔经年
执笔经年 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 08:02

    Target framework was changed, had to install .NET 4.6 on the Windows Server.

提交回复
热议问题