Base solution for your next web application
Open Closed

Distributed WebAPI and MVC Site #739


User avatar
0
roy created

Hi,

With ABP, if I want to publish my Web API on one server and MVC Site on another server, how should I organize the assembly and dependency.
(when the mvc site get an ajax call , it just simply dispatch the request to the Web API Server with HttpClient )

PS. the requirement is coming from : the Web API not just supply service to MVC Site , but also other app in different platform(like mobile app, desktop app, etc.)


3 Answer(s)