Visual InterDev
You can copy an entire Web application to another server or duplicate the application on the same server under a new Web application name. To copy to another directory or another server, you’ll need administrator-level privileges on that server in order to create a new directory. If the destination server does not have Microsoft® FrontPage® extensions, you need to use WebPost and the Posting Acceptor. For more information about WebPost, see Deploying a New Web Application.
To copy a Web application
Note If the destination server has a Secured Socket Layer (SSL) certificate and you want to use secure HTTP transmissions during the copy operations, select the Connect using Secured Socket Layer box. For more information about Secured Socket Layers, see Securing HTTP Transmissions (SSL).
Note If you have components marked for server registration in their property pages and you clear this option, those components will be unregistered on the destination server after the operation is complete.
A new application root is created on the Web server and the files in the Web application are copied to that new folder. The name you specified in the Copy Project dialog box becomes part of the application's URL.
You can now perform a final verification of the application. The entire Web application, except its security settings, is duplicated on the destination server under the new name. The newly copied Web application inherits the destination's root project security settings. For more information about security settings, see Adding Security.
After the copy is complete, the source project remains open and unchanged in the current solution. To access the newly copied Web application, you need to create and open a project that references the copy on the destination server.