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

前端 未结 1 1580
無奈伤痛
無奈伤痛 2021-02-13 23:42

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

相关标签:
1条回答
  • 2021-02-14 00:09

    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
    0 讨论(0)
提交回复
热议问题