asp.net mvc - Packaging .net MVC application as exe or msi -



asp.net mvc - Packaging .net MVC application as exe or msi -

we have .net mvc application involves deployments every week. need bundle application , give clients every week them install .exe or .msi

the bundle involve db changes , site in iis set. exe/msi has replace old files(bin , views) , db changes(run scripts). don't want client see either our code or db script while installing.

so how can accomplish single package?

asp.net-mvc deployment wix publish

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -