I'm new to IIS administration, but I need to set up a site that whose site root has multiple directories that are also sites.
For example, say I have site at http://www.example.com
The root directory of that sites has multiple folder for it's content, but also has two other directories, say, /community and /labs.
I want to make these directories be the doc root for separate sites such that you'd access a completely different asp.net site if you went to http://www.example.com/community or http://www.example.com/labs from that if you went to the main site at http://www.example.com.
Really, this would be 3 sites in one directory.
I can see how you could create separate sites using different ports, but I want them all to be on port 80.
Are these subdirectory sites Virtual Sites? I know this is possible to do because our sys admins have set this up for our corporate site, to which I've published many times, but I'm trying to do this myself and I can't get an answer from corporate IT on how they did it. :^)
Thanks, Scott