asp.net web api - REST help page and REST Test client in MVC4 WebApi -


I developed many reverse services using the initial version of webapi (0.6.0), and for my services I Enable the help page and check the clients given below in the registered rotation (from the beginning of the application:

  Add route (New service route ("Aith", the new HTTPS warranty () (Configuration = New HTTP configuration) {EnableTestClient = true, EnableHelpPage = True}}, TypeF (Auth_Api);   

  was able to use the service on    

and

  Http: //  / auth / help http: //  Now I need to move them to MVC4 webpia, and I have the same connection with the test and support page I want to complete the behavior, but I do not know how to do this.  

In the registries, I have this code that setup setup paths for API (rte) functionality

  Routes.MapHt TpRoute (name: "DefaultApi", rou TeTemplate: "API / {controller} / {ID}", default: new {id = RouteParameter.Optional});   

Do I need to remove System.Service and Microsoft. Applications Surfers Hpp Can I add activation assemblies to the MVC 4 webpia app and set the earlier routes?

If any drawbacks do such a thing (if it works)?

Thanks

View API APIs for the ability to generate help pages Believe that the test client has been left for the moment I think it is a plan to bring it back. I do not remember at all.

Comments