How to deploy files to remote server using visual studio

  • Thread starter Thread starter HappyMaggie
  • Start date Start date
H

HappyMaggie

Guest
We have a projects which uses lots of fixed format as input files. We are trying to deploy those files into visual studio so the version has controls.

We don't want to put those files inside of the c# code project, so there will be no dependencies on the c# project and those files.

We tried to created a project to deploy those files only using visual studio, but we cannot find better solution. We tried to use Build Event , post deploy etc. But it is not so clear or easy to deploy files only.

Are there any clear way to deploy files to remote server via visual studio?


Thanks

Continue reading...
 

Similar threads

Back
Top