VB.NET XCOPY deployment

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.
VB.NET - What is a native image?
VB.NET - What is a native image? - It is a precompiled version of a .NET assembly.......
VB.NET - What is a bootstrapper application?
VB.NET - What is a bootstrapper application? - A bootstrapper application automatically detects if Windows Installer is installed on the target machine.......
VB.NET - Discuss about imperative and declarative security
Discuss about imperative and declarative security - Declarative security: Security requests are made in form of attributes......
Post your comment