How to access Application object from class?
I've added a separate class to my ASP.NET project. From that class I am unable to see the Http Application object.
I'm betting that I'm missing the correct "using xxxx;" but not sure which one I am missing.
I've tried adding "using System.Web.SessionState;" to the class, but that doesn't do it.