Is there a way to define a conditional define, i.e. #const, in a asp/vb.net app that it accessible across multiple source files?
I want to use, for example,
#const useOracle=TRUE
but to be able to change it's value in only one place.
Thanks for any advice.