User-1038772411 posted
Yes you can do it with easy steps :
Step 1 : publish your MVC project & WebApi Project from solution explorer
Step 2 : after successfully published, Open IIS server in your computer.
Step 3 : In the left pane, Under the "Site" Folder create Add website, First Give site name,than Physical path from your Local Published folder(MVC project now not use webapi project). and set your IP address and Port.
Step 4 : After this now in the left pane, Right Click "Default Web Site" folder And Create "Add Application".
Step 5 : In the add application popup give alias name, and "Application pool" please select that site name you created while you publish your mvc project. (step : 3, website name). Than give physical path (select Web-api project from local publish
folder) Than Click ok.
If these above simply steps you performed well you can easily run your site with api configuration on iis.