Hi.
I have a virtual directory in IIS ("/reports") that needs to access information in the global.asax of the parent application ("/") and I was wondering how I could do that, if it is even possible.
My global.asax right now has the classname Globals. And it has several public variables declared in it that are used through out the site.
Now, I was wondering if and how I could access them from a sub app.
Am I making any sense?
