Wrox Home  
Search P2P Archive for: Go

  Return to Index  

interdev_programming thread: Moving Web Projects


Message #1 by g.l.taylor@a... on Thu, 21 Feb 2002 13:40:37 -0000
> Hi
> 
> Does anyone know how to move an interdev 6 project from one PC to 
another?
> 
> I have a project on a PC with PWS as the server, and want to move it to
> another PC with IIS and then continue development on the PC with IIS and
> throw the old PC away. Note that I don't want to deploy the web app, just
> move it from one development machine to another. I tried an add-in called
> Web Project Packager to attempt this move, but it didn't do anything at 
all,
> and just copying the local files doesn't work either.
> 
> I would really appreciate any help or advice on this.
> 
> Gary Taylor
> 

Are the two machines on the same network? If so the answer is to publish 
from machine A to the server on machine B. Then you should be able to open 
the web on machine B. 

If not on a network then if you have some web space with FPSE publish to 
that and then publish back to your other machine.

If you try copying you will need to recalculate the links. Project | Web 
Project | Recalculate Links.  Never used this option but I know that in 
FrontPage doing simular you will loose any navigation structure you have 
created so it depends on how much you are relying on the Nav Bars etc.

HTH

Martyn

  Return to Index