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
This just happened to me and the solution was that App_Code (and App_Data) were not put in the root of the server, but in a subfolder that held everything else. Must be in root!