D
Dylan Parry
Hi folks,
I'm not really sure of the terminology here, so I'll try my best.
I have been using global.asax to set up application variables that are
used within my applications, but for obvious (or not so) reasons the
application variables can only be accessed from objects that extend the
Page object.
So my question is, is there any way of storing variables (say database
connection data that I don't want hard-coded into the assembly) in an
external file like global.asax that can be accessed by any object?
If it helps to mention it, I am stilling using .net 1.1.
TIA
I'm not really sure of the terminology here, so I'll try my best.
I have been using global.asax to set up application variables that are
used within my applications, but for obvious (or not so) reasons the
application variables can only be accessed from objects that extend the
Page object.
So my question is, is there any way of storing variables (say database
connection data that I don't want hard-coded into the assembly) in an
external file like global.asax that can be accessed by any object?
If it helps to mention it, I am stilling using .net 1.1.
TIA