-
Notifications
You must be signed in to change notification settings - Fork 0
Php info equivalent in asp.net
zeppaman edited this page Apr 20, 2016
·
1 revision
Info page can be used to add into your application something similar to php info functionality in php world.
Info page show most important detail of your application like:
- Framework version
- loaded assembly with version
- specific system info
- build number
In practise these funtionality replace the usage of php info, actualizing that on an ASP.NET enviroment.
In addiction to this, Info page give you a set of function to help tracking application changes, very important feature to have a simple and strong way to know what is in what enviroment with a zero effort soltution.
Installation and configuration og InfoPage is very simple: it is only a library, fully shipped with all resources, so you just need to include it in your project and customize few settings to let it work as you need.