IIS - multiple sites query

Associate
Joined
24 Jul 2003
Posts
1,420
Location
West Mids
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:

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:
Thanks for all the replies :)

Due to time constraints I've deployed using a separate app pool and on a different port - I'll look into this more closely when the pressure is off.
 
Back
Top Bottom