From within an ISAPI filter, how to determine the virtual path for an IIS application?
- by Cheeso
Is there a way, inside an ISAPI Filter, to determine the virtual path for the IIS application or virtual directory?
It's basically the same question as IIS Root Path vs Path of virtual directory, but rather than within an ASP.NET application, I Want this from within an ISAPI filter.