Automatically deploying changes to a web application
        Posted  
        
            by Adrian Pritchard
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Adrian Pritchard
        
        
        
        Published on 2009-07-23T18:04:38Z
        Indexed on 
            2010/05/10
            11:04 UTC
        
        
        Read the original article
        Hit count: 383
        
What's the best way to automatically deploy changes to a database driven web application? Is there a single product out there that can modify the following...
- Website (dlls, aspx, css files etc)
- Database Schema (add tables, columns, etc)
- Database data (modify table contents)
- Reporting Services reports
I've seen various separate products, but not one that does everything.
© Stack Overflow or respective owner