Define XCOPY deployment.- It is a simple DOS command method of deployment.
- It copies the application directory and any subdirectories to the target machine.
- It is used when an application has no dependency on shared files.
- This method is not for complex deployment.
- It allows copying the current website to another local or remote location.
- It is a sort of integrated FTP tool.
- It works well for simple solutions.
- It simplifies the deployment and the maintenance of ASP.NET sites because you make no registry entries.
|