J
Jeff
This is probably a stupid beginner question, but I have an application variable specified in the global file in asp.net 2.0 using
VB. It simply stores the result of a value from a database. It rarely changes and will be used by all sessions in a read-only
manner - thus the reason to make it an application variable. ...but when it does change, how do I force the application to re-load
this value or otherwise re-run the application_start event in the global.asax file? I'm hoping to do this programmatically in the
same code section that alters the database value. Re-booting the server worked, but obviously I can't routinely do this.
I've checked on the web and can't seem to find the answer. Can someone help?
Thanks
Jeff
VB. It simply stores the result of a value from a database. It rarely changes and will be used by all sessions in a read-only
manner - thus the reason to make it an application variable. ...but when it does change, how do I force the application to re-load
this value or otherwise re-run the application_start event in the global.asax file? I'm hoping to do this programmatically in the
same code section that alters the database value. Re-booting the server worked, but obviously I can't routinely do this.
I've checked on the web and can't seem to find the answer. Can someone help?
Thanks
Jeff