Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

. .

We have a growing issue to address, and I was curious as to what best practices were.

Here's the deal: we have multiple domain names and web folders (all under the same corporate umbrella). For example purposes, let's assume the following:

  • Our domains are www.companyX.com and www.companyXsub.com.
  • Both web sites reside on the same physical server. We'll say that companyX.com resides in /inetpub/www/CompanyX, and companyXsub.com resides in /inetpub/www/CompanyXSub.
  • companyX.com is coded primarily in classic ASP, while companyXsub.com uses ASP.NET.
  • Both sites draw data from the same SQL Server database.
  • The two sites are listed as separate sites under the same IIS instance.

Here's our issue: both sites need to share resources -- documents, forms, images, graphics, etc.

What are the best practices for doing this? My initial thought is to set up a separate folder for these resources and access them via a virtual directory or symbolic links. Is this the best way to go, or are there better methods?

Thanks in advance for your feedback!

Edit: My partner-in-crime also pointed out that these shared resources need to be maintained using TFS.

share|improve this question
Questions like this are better suited for Webmasters Chat. – John Conde Feb 23 at 19:03

closed as not constructive by John Conde Feb 23 at 19:03

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.