After finishing the web application and publishing it online no matter I try I keep getting the following error, keep in mind that it runs locally as it should...
I'm using "Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version 1.0.8. When rebuilding there was a warning about not being able to copy files into bin\roslyn
. So I stopped IISExpress, deleted the bin
folder and rebuild the project. There were no build warnings and the application worked fine.