I have 200 websites on the same server. 90% of the content is the same. However the content is dynamic asp.net pages. Not static images.

For example:

  • /site1/AdminPanel/
  • /site2/AdminPanel/
  • /site3/AdminPanel/

"AdminPanel" is identical on all 200+ sites. So it would be best to have it only in one place and have the other sites reference it. I am debating whether to use "symbolic link" or "virtual directories" What is better?

note: I do not use system.io anywhere.

thanks!

link|improve this question

64% accept rate
Better in what way? – ceving Sep 14 '11 at 20:05
Is one recommended over the other? For example does IIS 7 treat them the same way, or would there be a problem? – aron Sep 14 '11 at 20:16
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.