one-click-web-publishing

Sharing VS 2010 One-Click Web Publishing Settings

Anybody know where the VS 2010 One-Click Web Publishing settings are stored? It would be awesome it a team could share the settings so a quick deployment to a test system is always a button click away. ...

allowDefinition='MachineToApplication' error when publishing from VS2010 (but only after a previous build)

I can run my Asp.Net MVC 2 application without an issue on my local computer. Just Run / Debug. But if I have already built it, I can't publish it! I have to clean the solution and publish it again. I know this is not system critical, but it's really annoying. "One Click Publish" is not "Clean solution and then One click publish" The e...

How to backup existing database and website as part of a MSDeploy package?

I am researching one-click deployment with Visual Studio 2010, the current deployment process involves zipping up the contents of the IIS folder and taking a backup of the current database before completing the remaining manual deployment steps. This allows us to roll back a deployment, I need to retain the essence of this process if not...

Can't get Visual Studio's "Publish Web Application" to work

I converted a small Web Project to a Web Application in Visual Studio 2010. When I publish the application via FTP it will delete everything at the destination. And thats it...none of my files get uploaded. Now, If I select "Replace matching files with local copies" it uploads all my files but it does run my Pre/Post Build commands but...