I am writing an asp.net web application. I usually develop vb windows
applications and am having trouble getting to grips with the
different application structure.
In particular, I would like to know what is the best way to use
global objects and instances. Everything seems to be request specific
and I am looking for a way to setup and use application level objects.