How to create a setup file to install MVC .net web application?

橙三吉。 提交于 2020-01-12 06:53:47

问题


I have MVC2.0 web application and I need to make an exe installer to deploy the application and the DB on the customer's server.

Is there a tool in VS2010 to do this or do I have to use a 3rd party tool?


回答1:


You can create deployment package, bin deploy or simply use publish option to drop files to web server.

Here are some useful links:

  • Bin Deployment
  • VS 2010 Web Deployment
  • Package, One click deploy
  • Automating Deployment with Microsoft Web Deploy


来源:https://stackoverflow.com/questions/5323631/how-to-create-a-setup-file-to-install-mvc-net-web-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!