Hello,
I need to get access to the AppFriendlyName of a IIS application in the global.asa Application_Start event (classic ASP)
I am looking for the equivalent of HttpContext.Current.Request.ApplicationPath in the global.asax (ASP.NET)
Is there a way to do that ?
Thanks for your help !
Jerome Wagner