In classic asp you had the Global.asa file, what's the equivalent in .Net? I want a central point in which to create (once) a master DataSet that I want to be able to access throughout my application? What would be the correct event, onStart?
Thanks R.