Hi, I have an ASP.NET Application that uses multiple threads. In the Global.asax file some global variables are set into the application, for example Application["propFile"]= "conf/propfile.conf" The problem is that other threads, apart from the "interactive
one" are unable to access this data, since HttpContext.Current is null. So what can I do to access this data? Maybe I should also mention that the other threads are started from within the Global.asax file and should be running all the time after starting
them up. They are not connected to any page requests. Regards Marco
unerwartet
Member
200 Points
40 Posts
Accessing the Application objects from within multiple threads
Jan 03, 2005 02:05 PM|LINK