| Posted: 28 September 2007 at 1:55pm | IP Logged
|
|
|
Currently I create a seperate website for each company using host headers and then I create virtual directories for each site pointing to one base set of code. Instead of having 200 sites on my IIS server I figured I could use ISAPI_Rewrite and only have one website on the server that answers to all 200 subdomain names (company1.blah.com, company2.blah.com, etc). But in order to do this I need to figure out how to handle the IIS Application variables that I currently use on each individual website. Does that help?
Tony
|