D
djc
is it still customary to use web.config and global.asax to store connection
strings? For example storing the string in web.config and using application
start procedure in global.asax to declare a global app variable?
I'm an off and on hobby programmer and this was the last method recommended
to me. As I start new projects I try to find out and follow the recommended
practices of the day.
strings? For example storing the string in web.config and using application
start procedure in global.asax to declare a global app variable?
I'm an off and on hobby programmer and this was the last method recommended
to me. As I start new projects I try to find out and follow the recommended
practices of the day.