[Mono-list] Web: Apache v/s IIS
Gaurav Vaish
gvaish@iitk.ac.in
Fri, 21 Dec 2001 22:13:43 +0530
Hello,
Some variables in System.Web.HttpRuntime (App*, Clr*) are highly Windows/IIS specific. I can get the required information from
aspnet_isapi.dll etc, but I am totally stuck at from where to load in case of Apache - and that too when I have two cases: windows
and linux.
Any clues?
[One example of what I actually need is System.Web.Utils.ApacheVersionInfo as against <namespace>.IISVersionInfo]
Cheers,
Gaurav Vaish
----------------------------