Hi,
I am using one of the thrid party Library inside DNN module. When I try to access the API url then i get 404 error. When I try to look out for the problem I see the difference is that the third party library API Controller inherits System.Web.Http.ApiController but not DnnApiController.
I have a question, Is there anything like All my API calls from DNN Modules should inherit from DnnApiController??
If yes then, How to access the third party API dll's within DNN Modules??
Please help me answer this question as soon as possible.