I am trying to create a web application using Visual Studio 2015 and .NET 4.5.1. When I publish the website, visual studio will create a folder called roslyn .

I know that it was used to compile the code on the fly, but, unfortunately, my hosting provider does not allow me to execute the compiler on my server.
How to publish a site without roslyn , like the previous version of Visual Studio?
EDIT: I got this error while trying to access my site.

IIS seems to be trying to execute roslyn\csc.exe , but my user account does not have permission to do this. With the previous version of Visual Studio, this error does not appear.
visual-studio visual-studio-2015 roslyn
Niyoko Yuliawan Aug 29 '15 at 5:02 2015-08-29 05:02
source share