V
vunet
Hello,
I would like to know what are the best practices one could share to
store global properties for a web application. For example, upon
access of this application (i.e. website in classic ASP), I would
store the menu text retrieved from database, application domain to
construct full file paths, admin email, database settings, template
settings, etc.
I tried Application object which kinda works for me but if there are 2
instances of application on one server, things get messed up a bit.
Please suggest your solution.
Thank you.
I would like to know what are the best practices one could share to
store global properties for a web application. For example, upon
access of this application (i.e. website in classic ASP), I would
store the menu text retrieved from database, application domain to
construct full file paths, admin email, database settings, template
settings, etc.
I tried Application object which kinda works for me but if there are 2
instances of application on one server, things get messed up a bit.
Please suggest your solution.
Thank you.