1
Answer

How to access Application object from class?

Photo of ben.kimball

ben.kimball

21y
1.9k
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)