Friday, January 10, 2014

Deploy a web application in IIS

In this article we are going to see how to deploy the web application in IIS, Now let we the steps to do this.

1. First press windows+R to get the run window



2. Type inetmgr in the run and press enter.



3. Now expand the IIS and select the Default WebSite.
4. Now right click the Default WebSite and select Add Application



5. Now Give the Alias name and select the physical path of the application and select the Application Pool.click ok





6.Expand the Default website and select the name of application that you have given as alias and right click on it.

7.Select the Manage and Browse to browse the application.









From this post you can see how to host a web application in IIS.

No comments:

Post a Comment