Web deployement in Visual Studio 2010
August 2, 2010 Leave a Comment
- New “Publish” menu item on web application project.
- Allow developer to directory deploy web application on FTP(s).
- New toolbar item to deploy web application, so that developer does not need to open “Publish” window every time.
- Web config transformation, allow to have multiple web configs under parent config file. Example:
- Web.config
- Web.Debug.config
- Web.Release.config
- Support Database deployment.
- New feature “Build Deployment Package”, It will compile your application, perform appropriate web.config transforms on it, optionally create .sql scripts for your database schema and data files, and then package them all up into a .zip deployment package file
Advertisement