M
Mike Schilling
Is there any way, inside an ASP.NET application, to determine what version
of IIS you're running in? (Or even if you're running in IIS; there was
talk, some time ago, about porting ASP.NET to other web servers.) I've
looked at the System.Web classes without finding a property or method that
allows this. (People who've done Java servlets will know I'm looking for an
analogue to ServletContext.getServerInfo() )
of IIS you're running in? (Or even if you're running in IIS; there was
talk, some time ago, about porting ASP.NET to other web servers.) I've
looked at the System.Web classes without finding a property or method that
allows this. (People who've done Java servlets will know I'm looking for an
analogue to ServletContext.getServerInfo() )