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
If your application is a Web Application project rather than a Web Site project, the code files should not be in the App_Code folder (stupid design, I know). Create a new folder called code or something and put them in there.
It caused me all sorts of problems when I upgraded a bunch of old .Net web sites to application projects.