ToDayIsNow
ToDayIsNow

Reputation: 1167

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

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?

Upvotes: 12

Views: 9203

Answers (1)

frennky
frennky

Reputation: 13934

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

Here are some useful links:

Upvotes: 8

Related Questions