This may be out off topic here, but has anyone achieved deploying an ASP.net WebAPI2 project under a WiseJ project?
I have a WiseJ website/application (domain.com) on IIS 7.5 , and want to add a WebAPI2 project under it (domain.com/api). I have previously deployed the API under a different domain name on the same server (otherdomain.com/api), but I’m not sure what differences are preventing it from working this time. I believe the web.config will be inherited somehow, but I’m not sure would need to be changed. Right now it generates 404 or 403 errors.
Sometimes IIS is a joy and sometimes it isn’t 😛
It’s probably a web.config problem or the /api routing configuration not working with the domain change. I’m not an expert in WebApi so I can’t help much. But I don’t think that Wisej is interfering.
Please login first to submit.