Can IIS7 be setup to have many roots? Say I have a local server on our LAN called jupiter. Staff can view their sites via a folder structure such as http://jupiter.example.com/staff/karen. While this works ok, what they cannot do is use relative addressing to its full. Should they wish to link to a home page then using href="/default.html" or something similar will take then to the root of jupiter and not to their own top directory.
What is the easiest way to accomplish this? I know I can use ports (i.e. http://jupiter.example.com:1001) to get to karens site, but I would much prefer something like http://karen.jupiter.example.com -or- http://jupiter.example.com/~karen) where accessing the root will take them to the top of their own site structure.