C# console app deployment

前端 未结 7 1841
时光说笑
时光说笑 2020-12-11 22:54

I have a simple C# console application developed on my local machine using VS2008 Pro. I want to know how to deploy this solution onto a network share folder?

A simi

相关标签:
7条回答
  • 2020-12-11 23:56

    You can copy the exe over yourself, go to the bin folder in the directory your source code is in and copy it there.

    or you can click the BUILD menu and use the PUBLISH menu item. This will allow you to enter the path to your network share and visual studio will copy the built app to the folder for you.

    0 讨论(0)
提交回复
热议问题