用Visual Studio改好的程序,想要重新部署在应用服务器上,求大神告诉我具体步骤,怎么编译打包?
https://msdn.microsoft.com/zh-cn/library/dd465337.aspx
如果是web程序,用web deploy打包,参考:http://blog.csdn.net/smartsmile2012/article/details/51638275
如果是桌面程序,用clickonce打包,参考:https://www.cnblogs.com/weixing/p/3358740.html