Steps in using XCOPY to deploy a web application - C#.NET
Explain the steps in using XCOPY to deploy a web application. Steps a. xcopy c:\Inetpub\wwwroot\app \\RemoteServer\DeploymentDirectory\Webapp /E /K /R /O /H /I b. Make the destination directory (the directory on server) as the virtual directory.
|