1
Reply

How to access Application object from class?

ben.kimball

ben.kimball

May 18 2004 7:35 PM
1.6k
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.

Answers (1)