views:

152

answers:

1

with vs 2008 I always used Web Deployment Project to build to three different environments. It is maybe not the best solution, since I still have to xcopy the built files to the server, but it is simple.

now with vs 2010 it looks promising, but It looks also complicated. My hosting doesn't have Web Deploy, the newest feature and the flagship technology for deployment in vs2010.

My question how can I just build for each environment and copy the files over to the server. Using the Build Deployment Package will create the zip file and when I extract it, it will output so many files and confusing folder structure. Anyone has suggestion?

A: 

There is a release of Web Deployment Projects for Visual Studio 2010. The Beta 1 release [is available][1] from the Microsoft Download Centre.

This was mentioned on the Visual Web Developer Team Blog too.

David Gardiner
I already downloaded this. thanksso no other way to use Web Deploy without IIS 7 and Web Deploy on the server.
dritterweg
I don't believe so.
David Gardiner