HELP: managing multiple virtual folders of cloned websites

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • andrewwan1980

    HELP: managing multiple virtual folders of cloned websites


    I am an ASP web developer developing a website.

    I've got ASP files in many sub-folders of many levels deep.

    I've always used:

    <!-- #INCLUDE VIRTUAL="/VIRTUALSITE/SUBFOLDER1/SUBFOLDER2/FILE.asp"
    -->

    The VIRTUALSITE name is really the virtual directory created under
    IIS.

    I clone my website multiple times, to cater for different people. So,
    each person gets a different VIRTUALSITE name.

    This gets messy when I need to update the websites. I can't do a
    diff/merge because the files of each site had a "search & replace"
    applied to them to change the VIRTUALSITE name to the corresponding
    person.

    Has anyone experienced this problem? Can someone give me some
    tips/solution on how to resolve this?



    --
    andrewwan1980
    ------------------------------------------------------------------------
    Posted via http://www.codecomments.com
    ------------------------------------------------------------------------

  • Jon Paal [MSMD]

    #2
    Re: managing multiple virtual folders of cloned websites

    seems like this should work....

    <!-- #INCLUDE VIRTUAL="/SUBFOLDER1/SUBFOLDER2/FILE.asp" -->


    Comment

    • Jon Paal [MSMD]

      #3
      Re: managing multiple virtual folders of cloned websites

      seems like this should work....

      <!-- #INCLUDE VIRTUAL="/SUBFOLDER1/SUBFOLDER2/FILE.asp" -->


      Comment

      Working...