How to get Infos about the IIS and the ASP.NET Environment

  • Thread starter Thread starter ViperDK
  • Start date Start date
V

ViperDK

Is there any function like php_info() from php in asp.net? i want a page on
a website where i give out all important data from the webserver. at least
- Windows Version
- .NET Version
- IIS Version
- IIS Connection Limit
I searched a bit in google but found nothing.
Is there an easy way and if not, where can i find the infos i mentioned
above? Read it out from the registry manually?

thx in advance,
ViperDK
 
look up something called windows management instrumentation, or WMI for
short

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
 
Back
Top