An open API service indexing awesome lists of open source software.

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)

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 AppsInfo

Configuration
--------
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/html

Improvements
------------

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").