How to deploy website in IIS with a host name?
- by Jayakumar
I try to host my application in IIS. Below are the steps that I follow:
Publish the code and place it in a path.
Open IIS, right click on "sites" and select "Add Website". In that dialog I gave the site name and selected the app pool created for the application.
I selected the physical path of the published code.
I left the IP and port in the…