문제

I'm following some tutorials about creating a HttpSelfHostServer to test my Web Api. The issue I'm having is that my core API is inside an area and I cannot get my routes registered correctly.

Anyone have a good tutorial or sample code to get this working with an Area specifically?

도움이 되었습니까?

해결책

I was able to solve this problem by moving the routes that were inside my AreaRegistration down into the core WebApiConfig where the main routes are usually defined.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top