I have a web site that I created using VS 2013. I publish my site to my hosting company and then run the site. But I get this error:
The directory '/App_Code/' is not allowed because the application is precompiled.
Not sure what this means. Not sure I understand what precompiled means. When I created my web site using VS 2013, the App_Code directory was automatically created. It contains 5 C# class files that I guess were built when I created the web site. How can I fix this?