How to host a website project

If you ever happened to open windows components you could see Internet Information Service among a list. This was a service provided by windows to manage server applications in a desktop or laptop.
Consider you have developed an website project on your own using either ASP or ASP .Net.If you like to test it in your own system, then IIS should be installed in order to help you opening the site in a browser. Consider if your website was present in a folder placed in drive E,then all that is to be done was adding a virtual directory in IIS which points to the folder in Drive E. After this is done properly,the site can opened using the IE or Firefox. Instead you can also copy the folder into wwwrooot folder in the Inetpub folder present in the system Drive.