Web deployement in Visual Studio 2010

  1. New “Publish” menu item on web application project.
    1. Allow developer to directory deploy web application on FTP(s).
    2. New toolbar item to deploy web application, so that developer does not need to open “Publish” window every time.
    3. Web config transformation, allow to have multiple web configs under parent config file. Example:
      1. Web.config
        1. Web.Debug.config
        2. Web.Release.config
    4. Support Database deployment.
    5. 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

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.