Forum Discussion
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
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
- How is this WebAPI going to be consumed and from where?
- Mauro PappalardoCopper 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 WestonIron 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.