So I\'m having a really weird issue with my App_Code folder on a new website I\'m designing.
I have a basic class inside of a namespace in the App_Code folder. Ev
The problem that your classes are not compiled, You'll solve this issue simply by going to the properties of any class in the App_Code folder and change it's 'Build Action' property from "Content" to "Compile"