New to working with Visual Studio Solutions.
I normally place my Site Class file with basic functions in a folder called App_code
But noticed I created a website project in visual studio and only have options for .net folders :
App_Globalresources
App_localresources
Themes
App_Data
App_Browsers
Should I instead put my customer class files in one of these ?
Website project can use App_Code.
Web Application project doesnt use App_Code. You can just add a class. Everythign compiles as code and makes a dll file.