I am working on a project to create a DMZ Server that will pass information to a 3rd party from the main servers. Currently I've bern building this on top of ASP.NET's MVC API, but I was wondering if this was the best route?
At this point, I essentially have an api that calls and occasionally consumes another api. Can I get some thoughts on this?