E
eggie5
I want to create a class that my whole asp.net application can use,
sort of like how the App_Code folder works. But the problem, with
App_Code, is that it sits on the site root, so any changes you make to
it affects ALL the code in your site which might break production
code.
I would like to create two seperate App_Code type folders within both
my debug and release folders. Is that possible?
sort of like how the App_Code folder works. But the problem, with
App_Code, is that it sits on the site root, so any changes you make to
it affects ALL the code in your site which might break production
code.
I would like to create two seperate App_Code type folders within both
my debug and release folders. Is that possible?