how can i bind a URL to a web application that is a child of the default website in IIS 7 ?
i can do this no problem when i create a normal web site in IIS, using the bindings and then pointing the URL in the hosts file.
i can access my website like this http://localhost/websiteName
what i would like is to access it.. with http://websiteName/
thanks