ASP.NET - how to display server stats / info? -


php has a function phpinfo (); which displays the full load of server statistics What is the configuration information equivalent to ASP.NET?

You can now use () System.Web.Helpers.dll ) that gives an HTML table of all the environment variables, such as phpinfo ().


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -