asp.net - What is the best way to rollout web applications? -


i'm trying create standard way of rolling out web applications our company. zip files, vbscript/javascript, , manual steps.

for thick client installs generate msi installers using wise/wix. don't create installers websites in general xcopy deploy. have config files need changed, verify handlers registered in iis... list goes on.

do people use msi installers web applications well, or other tool/scripting language?

do consider msdeploy, direction microsoft investing in future deployment of web applications...

know more future direction @ overview post web deployment in vs 2010


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -