Ways to deployment: XCOPY, Automated setup application Use XCOPY only when there is no external dependencies other than .Net framework. And it is guaranteed that .Net framework is installed in all the target machines. Also, make sure the application directory contains all the files. Command example: XCOPY d:myApplication c:deployedApplication /s -- /s indicates subdirectories will […]

Read more of this post