1
Answer

How to access Application object from class?

ben.kimball

ben.kimball

20y
1.6k
1
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)