I have a problem with MSBUILD . I want to automate the deployment of applications on IIS6 . I use jenkins , I have a job that compiles OK my solution. Then I want to create a copy of the compiled files in the directory IIS6 .
MSBUILD generate this :. C: \ Workspace \ RM * \ bin \ dll *
Why I have only one dll and not the complete solution? MSdeploy is it took over in IIS6 ?
how to deploy the complete solution in IIS6 without WebDeploy ?