BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Create Installers for ASP.Net Projects with MSBuild and VS 2008

Create Installers for ASP.Net Projects with MSBuild and VS 2008

Bookmarks

Microsoft announced the release of the final RTW (release to web) version of the Web Deployment Projects add-in for Visual Studio 2008, avalible at the Microsoft Download Center. Web Deployment Projects are used not only to package pre-compiled ASP.NET Web Sites, ASP.NET Web Application Project can be packages as well. Unlike the built-in Visual Studio Web Setup Project Web Deployment Projects are compiled with MSBuild. Besides marrying the capabilites of MSBuild this eliminates the need to call devenv.exe from an automated build process. ScottGu’s original tutorial continues to be a popular getting started guide. It provides not just a step-by-step example, it covers the origin and the feature set of the add-in.

This release includes an upgrade wizard to migrate from the 2005 version. It also adds the ability to create IIS Applications. It is mostly a maintenance release keep up with the new releases of Visual Studio 2008 and IIS7.

The anouncement did have one interesting twist: The core of the add-in is a console application, aspnet_merge.exe, which is useful in build scripting. Due to community feedback the console app has been released independently of the VS add-in. It is now included in the Microsoft Windows Software Development Kit (SDK) for Windows Server® 2008 and .NET Framework 3.5.

Rate this Article

Adoption
Style

BT