/ui and HandlerFactoryPath issue

When I change the HandlerFactoryPath to “api” and the web.config httpHandlers to “api*”, the /api/ui works but the call the get the types (http://localhost:5000/types/csharp?IncludeTypes=.*&WithoutOptions=true&MakeVirtual=false&MakePartial=false) fails since /api is not in the url.

This should be resolved in the latest v6.03 that’s now on MyGet.

1 Like