ASP.NET MVC Help Pages

Yehuda Lando asked on August 24, 2014 19:30

Hi,

I'm trying to implement ASP.NET MVC help pages for my WebAPI services. Anyone has any experience doing that?

I did it before on stand alone ASP.NET projects, but with Kentico it doesn't work. I can see a folder named Areas/HelpPages, but I can't access it.

Any help will be appreciated.

Thanks, Yehuda

Recent Answers


Martin Danko answered on November 21, 2014 14:56

Hello Yehuda,

This could be caused by a difference between standard MVC project and Kentico MVC.

You should register the following call:

AreaRegistration.RegisterAllAreas();

Inside the **OnInit()** method in file CMSApp_MVC\CMS_MvcModule\CMS_MvcModule.cs

Best regards, Martin

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.