vs 2010 Deployment without Web Deploy
        Posted  
        
            by dritterweg
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dritterweg
        
        
        
        Published on 2010-04-30T05:31:32Z
        Indexed on 
            2010/04/30
            5:37 UTC
        
        
        Read the original article
        Hit count: 546
        
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?
© Stack Overflow or respective owner