C# console app deployment

前端 未结 7 1843
时光说笑
时光说笑 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:39

    Right click your project, select publish which will make an executable, you can put that in your shared drive, similarly users can go into the command prompt and run it and give some args.

提交回复
热议问题