/IISReader

A simple API able to list the sites hosted on IIS

Primary LanguageC#

IISReader

A simple API to get sites and subsites hosted on the IIS (from the current machine)

Example request:

GET http://localhost:53992/api/Sites

Response:

[{
    "Name": "yoursite.com",
    "Projects": [{
        "Name": "WebPortal",
        "Environment": "",
        "Applications": [
          "AngularFrontEnd",
          "WebAPI"
        ]}
    ]
}]

Swagger

http://localhost:53992/swagger

alt tag