Deployment on virtual webservers

  •  09-23-2008, 4:32 AM

    Deployment on virtual webservers

    Hi
     
    We just bought the editor for ASP and we are currently testing it out. It works fine when deployed ahnd testet like the Deployment help section describes. However, we have several websites that should use this (IP licence) and we want to deploy it using a virtual folder to each webserver, for easier updating and managing from one location.
     
    The urls will look like this:
     
     
    Where admin is a virtual folder attached to each website. Software is the folder where we got all external programfiles for the admin and we want to use it for this editor aswell.
     
    The script we are testing with is the simple.asp, currently places in:
     
     
    Where do we update the paths for this, we have tried in the codesnippet for including the editor:
     
    editor.FilesPath = "admin/software/CuteEditor_Files"
     
    We found the path in the class also and tried changing that, but again we didnt get any result:
     
    s_filespath="software/CuteEditor_Files"
     
    As we found several places with the path, we thought it would be easier to just ask then experiment with all combinations :)
     
    In addition we would like to have the spellchecker in the virtual drive aswell, is this possible? If so, how do we change it from going to http://domain/bin/ to http://domain/admin/software/bin/?
     
    The uploadfolder is ok as each website allready got its own place for uploading images and we will use that.
     
    We could probably have figured this out by trying and failing a few times, but its quite hectic here these days, so Ill just ask :)
View Complete Thread