User665608656 posted
Hi jsshivalik,
How to Host Api on localhost IIS
To Host ASP.NET Web API in IIS:
- Create ASP.NET Web API
- Publish ASP.NET Web API
- Host your Web API project in IIS
- Browse ASP.NET Web API through IIS
For more details, you could refer to this link :
Host ASP.NET Web API in IIS using Visual Studio Publish method
Best Regards,
YongQing.