Well if each site is different and have its own files then you need a unique
URL and a folder in which to store the files, so I can't see how you can
avoid either a real or a virtual directory.
However if every site uses the same codebase, then you could use some url
rewriting to allow your code to handle the different sites.

e.g.

www.domain1.com rewrite to www.primarydomain.com/?siteid=site1
www.doamin2.com rewrites to www.primarydomain.com?siteid=site2

URL rewriting is built right into IIS7, otherwise you can use ISAPI_REWRITE

Russ

-----Original Message-----
From: Rick Root [mailto:rick.r...@gmail.com] 
Sent: 06 December 2010 20:19
To: cf-talk
Subject: Re: RE: Virtual Directories and IIS


Yes, each is managed and customized by different people.

On Dec 6, 2010 2:18 PM, "Russ Michaels" <r...@michaels.me.uk> wrote:


Rick,

What is the purpose of all these sub directories, is each site actually
different?
What are you actually trying to achieve.

Russ


-----Original Message-----
From: Rick Root [mailto:rick.r...@gmail.com]

Sent: 06 December 2010 18:44
To: cf-talk
Subject: Virtual Directories and IIS

I'm wondering if there's a better way to do what we're doing.

Currently, we have about 12,000 web s...





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339839
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to