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

ruby on rails - Devise Logout Error in RoR -

model view controller - MVC Rails Planning -

php - Working with pretty urls on apache and fastcgi after hhvm installation -