I have converted a WebForms website to a Project in VS2013 using C#.
The App_Code folder was renamed to Old_App_Code and all my .cs files are in there. They were compliled into a dll.
My question now is if I don't have an App_Code folder, where do I put my new .cs files and how do I reference them, or how do I compile them into a dll?
Go to the complete details ...