Forum Discussion

Mauro Pappalardo's avatar
Mauro Pappalardo
Copper Contributor
Sep 06, 2018
Solved

Deploy Web Api to SharePoint Farm IIS

Goodmorning everyone
I have a sharepoint farm 2013 composed of an application server and two front ends in load balancer.
I have to perform a delpoy of a site that contains a set of web APIs created by me, where do I have to deploy on IIS? On the IIS of application server or on the two fron end servers IIS?

Thanks

  • Matt Weston's avatar
    Matt Weston
    Sep 06, 2018

    I'd personally put it on the WFEs so that you've got load balancing across it. Only being an API it's not going to involve batch processing, and should be light weight so makes sense for it to go there.

4 Replies

    • Mauro Pappalardo's avatar
      Mauro Pappalardo
      Copper Contributor

      It is consumed by a calendar event receiver for the management of the holiday installed in the same farm but in the future it will be invoked by a microsoft flow as we move the holiday management on an office 365 calendar

      • Matt Weston's avatar
        Matt Weston
        Iron Contributor

        I'd personally put it on the WFEs so that you've got load balancing across it. Only being an API it's not going to involve batch processing, and should be light weight so makes sense for it to go there.