I’m just beginning to dabble in ASP.NET MVC3 to mock up a dummy web service. I’ve done this before with WCF and found the automated help pages to be really useful. Is there a similar feature provided by MVC3 to automatically document my service’s interfaces? If such a feature is not built-in as part of the framework, are there any tools to fill this gap?
I did find that this feature is on the roadmap for MVC4, but I could not find any information regarding MVC3.
Unfortunately they is nothing like this in ASP.NET MVC3.
But I think you are looking for something like the pages ServiceStack can provide.
For example see the Hello World example.