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
Post a Comment