Just a quick query regarding IIS (6.0) 
Someone else at our work place has set up a IIS server and has deployed applications like this:
Am I right in thinking that the only way to achieve this is to have a single web site in IIS and all the folders are part of the same web site? If so, if they wanted to update one of the apps then they'd have to take the whole site offline?
Is it possible to access sites in this way while keeping each site separate? From the blurb I've read it looks like I'd have to use ports/headers/separate IPs.

Someone else at our work place has set up a IIS server and has deployed applications like this:
Code:
http://Server/App1
http://Server/App2
http://Server/App3
Am I right in thinking that the only way to achieve this is to have a single web site in IIS and all the folders are part of the same web site? If so, if they wanted to update one of the apps then they'd have to take the whole site offline?
Is it possible to access sites in this way while keeping each site separate? From the blurb I've read it looks like I'd have to use ports/headers/separate IPs.
Last edited: