Hello, I am creating a web page that calls web api. This Web API calls a json api every 5 minutes. Would you please guide me where to deploy this Web API to make sure it will not stop working.
Hello Hasan,
You can deployed the Web API on your local system IIS server.
Here is the step by step to host web API : http://www.c-sharpcorner.com/UploadFile/2b481f/how-to-host-Asp-Net-web-api-on-iis-server/
http://www.codeproject.com/Articles/720912/Build-and-deploy-ASP-NET-Web-API-service-layer-a
Thanks,