0
hi
you can configured web application in Inetpub -> wwwroot directory using virtual directory.
open IIS -> Default website -> right click on this link -> New -> Virtual Directory -> write NameofProj (Alias) -> set project working folder (inetpub/wwwroot/project).
once you complete the process....open browser and write http://locahost/projectname
you can able to open the web site.