I would like to set up multiple websites in an Intranet environment using IIS 7.
My goal is to to be able to access the websites like this
http://machinename/site1
http://machinename/site2 where machinename is the intranet server in which IIS is installed.
i created 2 websites in IIS manager using, Sites/Add Website and the pointed the Physical path to appropriate locations and then set the ports to 8084 and 8086.
But i am not able to access the sites.
http://machinename:8084/Site1
http://machinename:8086/Site2
would be great if someone can point me to the right direction.
Please note: i am able to access the site if try to access the sites with just http://machinename:8084 or
http://machinename:8086
But i would like to have the Sitename in my url.
Thanks !
/Site1 and /Site2 are not separate websites. You only have one website. Those are directories under the root website.