Submitted by Anonymous (not verified) on Mon, 10/17/2005 - 00:00
Forums

Would I be correct in saying that a deployed application requires all objects in the server library, and all objects in the server directory, minus the .asp files?

Full name
Administrator

admin

Mon, 10/17/2005 - 14:11

Yes; You deploy the application library and the server directory - you dont need the .ASP files Deployment can be don in the following way:

1) End the server instance

2) Unlink the "system" folder within Other wise you will copy all "icebreak" resources along) - dont use windows explorer; it delete all the files

3) Copy the folder to the "deploumant folder"

4) Delete all *.ASP in the deployment folder

5) Use ZIPseries to save the application library (and other depending libraries) into the deployment folder as xx.4zs files

6) Zip the the deployment folder - and deploy it

7) Restart the development server - to recreate the "system" link ..

Restore the application:

1) Unzip the deplyment zip file

2) unzip the ZipSeries file into the the application library

3) delete the *.4sz - so you are not exposing your application

4) start the "production " server