I've just been reading about MSDeploy, the new website deployment tool from Microsoft. I'm developing an installer for a webapplication and a webservice to be used for our off-the-shelf product. I have a couple of questions that I couldn't find obvious answers to.
Links addressing these specific questions would be good.
Does MSDeploy have robust support for upgrading websites after the initial deployment?
I can see MSDeploy has good support for the initial deployment of databases. But does it have support for upgrading schemas whilst preserving the current data?
Also MSDeploy is integrated with VS 2010 you can learn more at Overview Post for Web Deployment in VS 2010
Hope this helps...