christheprogrammer
Programmer
Hi again, where abouts would I declare all my global constants? i.e: I have some directory paths I want to be in one place only for the project so I don't have to search every project file when I deploy this web...
I want to do this in a global context:
Public Const PASSWORD_FILE = "C:\somedir\PasswordFile.xml"
Simple...Right? Chris says: "It's time for a beer."
I want to do this in a global context:
Public Const PASSWORD_FILE = "C:\somedir\PasswordFile.xml"
Simple...Right? Chris says: "It's time for a beer."