I have a web API project in which I deleted the "Areas" folder a few months ago when we started development. Now that everything is ready, I want to add API help pages, but it does not work properly.
I installed the nuget package for help pages.
I uncommented the line in HelpPageConfig.cs
I checked Create a documentation file (in the App_Data folder)
When I open http: // localhost: 51665 / help I get the following: (No methods are shown)

Any idea what could be wrong? If I start a new project from scratch, everything works correctly.
asp.net-web-api asp.net-mvc-4 asp.net-web-api2 asp.net-web-api-helppages
goran85
source share