HttpApplication currentApp = HttpContext.Current.ApplicationInstance;
Jim > -----Original Message----- > From: Patrik L�wendahl [mailto:[EMAIL PROTECTED]] > Sent: 22 May 2002 13:33 > To: [EMAIL PROTECTED] > Subject: [DOTNET] Get hold of HTTP Application which created an object > > > Hi, > > buikding a helper class for a web application in asp.net. > > The class needs to access th ecurrent HTTPApplication object, > right now I > pass it in the Helper class construction string. > > In classic ASP you could build components which could access the > instanciation application. .Is this possible in ASP.NET, and > if so how ? > > // Patrik L�wendahl > > You can read messages from the DOTNET archive, unsubscribe > from DOTNET, or > subscribe to other DevelopMentor lists at http://discuss.develop.com. > You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
