https://github.com/giacomelli/appsinfo
Components to show informations about ASP .NET Web Apps (MVC and Web API)
https://github.com/giacomelli/appsinfo
asp-net-mvc asp-web-api
Last synced: 4 months ago
JSON representation
Components to show informations about ASP .NET Web Apps (MVC and Web API)
- Host: GitHub
- URL: https://github.com/giacomelli/appsinfo
- Owner: giacomelli
- License: other
- Created: 2013-01-24T19:35:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-06T12:36:36.000Z (about 8 years ago)
- Last Synced: 2025-01-19T07:24:12.502Z (5 months ago)
- Topics: asp-net-mvc, asp-web-api
- Language: C#
- Size: 591 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
AppsInfo
========
Components to show informations about ASP .NET Web Apps (MVC and Web API)Currently supporting only information about app version. More to come...
Setup
========Manually
--------
* Reference the AppsInfo.HttpHandlers.dll assembly on your web app.* Adds the httpHandler to web.config:
```xml
```
NuGet
--------
PM> Install-Package AppsInfoConfiguration
--------
AppsInfo will try to identify your web app assembly, but in some case this is impossible, so just help it adding this key on AppSettings:
```xml```
Using
========
* Access the the address below in your web app:
* Json: http://<your web app url>/AppsInfo/Version/json
* Png: http://<>your web app url>/AppsInfo/Version/png
* Html: http://<your web app url>/AppsInfo/Version/htmlImprovements
------------Create a fork of [AppsInfo](https://github.com/giacomelli/AppsInfo/fork).
Did you change it? [Submit a pull request](https://github.com/giacomelli/AppsInfo/pull/new/master).License
-------Licensed under the Apache License, Version 2.0 (the "License").