What is the point of having App_code
& App_data
folders?
Why doesn't my objectDataSource detect classes unless files are in App_Code?
Please provide as much detail as you can, I'm new to ASP.Net
To sum it up :
App_Code
folder will automatically be recompiled when a change occurs in the code.