Shashin Halalingaiah
Shashin Halalingaiah
Swashbuckle reflects WebAPI's API Explorer, which in turn depends on proper naming conventions to discover Controllers. You mentioned you changed the name of the Controller - make sure it still...
[ApiExplorer ](https://msdn.microsoft.com/en-us/library/system.web.http.description.apiexplorer%28v=vs.118%29.aspx) is a class in System.Web.Http.Description that Swashbuckle leverages to discover the APIs to be documented. That being said, would you be able to elaborate a tad on how...
In the example above - `http://localhost:9000/api-docs/v1/swagger` Is the application actually hosted in an IIS Virtual Directory (or self-hosted equivalent) called "api-docs" ? The "BASE URL" that shows up on Swagger...