Problems publishing a website on smarterasp.net with csc.exe file included?

前端 未结 14 1596
萌比男神i
萌比男神i 2020-12-22 21:42

I am using Microsoft Visual Studio 2015, I built a simple website with a C# contact form. When I compile and run on localhost it works perfectly fine. However, when I try to

14条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-22 22:27

    Updating the nuget package Microsoft.CodeDom.Providers.DotNetCompilerPlatform to the latest version (at that time) 2.0.1 resolved this issue for me without having to grant permissions to the folder or remove the compiler.

提交回复
热议问题