How to print similar information as phpinfo() but for ASP.NET?

后端 未结 11 2096
予麋鹿
予麋鹿 2020-12-08 11:27

I\'ve looped over the Request.ServerVariables collection in ASP.NET, but it\'s not as comprehensive as phpinfo().

How can I print all that

11条回答
  •  盖世英雄少女心
    2020-12-08 11:52

    I realized a simple library to inlude in projects called InfoPage. This library show you system info, assembly included in application, build number,and changelogs.

    You can simply include it in your project by nuget, it is quick to integrate and customizable.

提交回复
热议问题