Friday, May 15, 2009

WUX317 – Easing ASP .NET Web Deployment with Microsoft Visual Studio 2010 and MSDeploy – Vishal R Joshi

Make your Web Deployment Way More Easier

XML Transformation Engine

Web.config

  • Web.Debug.Config
  • Web.Testing.Config
  • Web.Release.Config
  • <appSettings xdt:Transform=”Replace”>  transform with code snippets to be able to have your web.config be transformed with your build. 

MS Deploy Web Packag – makes a zip package of your app

Package / Publish tab added to project file.  In IIS 7 it has an option of importing an application from a zip file package as prepared from VS 2010.  You don’t have to make a zip file, you can just move the content.  A command script is also generated for the option of running the installation from the command line. 

No comments:

Post a Comment