Page view counter
HomeLearnASP.NET 3.5 VideosHow Do I: Use MSBuild to Automate the ASP.NET Compiler and Merge Utilities  

How Do I: Use MSBuild to Automate the ASP.NET Compiler and Merge Utilities

In this video Chris Pels shows how to create an MSBuild project that orchestrates the execution of the aspnet_compiler and aspnet_merge utilities for an ASP.NET web site. First, learn the fundamentals of the compilation process for an ASP.NET web site and the role of the two command line utilities. Next, see how to create an MSBuild project file and the primary elements such as PropertyGroup and Target. Then learn the details of how to execute the aspnet_compiler and aspnet_merge utilities from the MSBuild project. Lastly, several potential expansions of the core concepts are discussed.

Presented by Chris Pels

Duration: 31 minutes, 45 seconds

Date: 7 August 2008

Watch the video   |   Download the video   |   Get VB code  or  C# code

Video downloads: WMV | Zune | iPod | PSP | MPEG-4 | 3GP

Audio downloads: AAC | WMA | MPEG-4 | MPEG-3 | MPEG-2

Comments : 3

Leave a Comment

FelipeLodi.Com : On September 22, 2008 11:37 AM said:

Hi Chris,

I am not too familiar with MSBuild although I have some experience with Asp.Net. I always deploy assemblies when I want to deploy frameworks or just classes files.

Why to deploy an entire Website to a single .DLL ?

Thanks in advance.

djibril_chimere_DIAW : On October 31, 2008 11:01 AM said:

Thanks! Jërëjëf!

xiaoth : On November 03, 2008 9:34 PM said:

Dunno if you (author) saw it but the command line -? (help) view doesn't show up at all in this video, whenever it was shown. Only a blank screen is shown, as if the command was thinking forever.

Jon

Leave a Comment

You must be logged in to leave a comment. Click here to log in.

Microsoft Communities