I\'ve looped over the Request.ServerVariables collection in ASP.NET, but it\'s not as comprehensive as phpinfo().
Request.ServerVariables
phpinfo()
How can I print all that
http://code.google.com/p/aspnetsysinfo/
The project is a ASP.Net System Information Prober. It's a single page which trying to get as much as possible of useful hosting information. The concept is similar to PHP page which contains phpinfo()...