App_Code folder shared on only 1 folder?
I have my App_Code folder at the root of my site:
/App_Code
I have a folder in there that I need to also share THE SAME App_Code folder in the root:
/NEW_FOLDER
Currently, this NEW_FOLDER has its own App_Code folder and the classes are the same for with that and the root. Obviously this is a waste.
How can I get NEW_FOLDER to read from the App_Code files in the root? Thanks.
|