Here's another update to the free ASP.NET 2.0 Compiler GUI front end tool. I feel a little silly - the last release I put out had a bug that didn't properly set all the command line options. This worked previously but I missed a parsing error.
Anyway, in case you're seeing this for the first time - this little utility provides a graphical front end to the ASP.NET compiler and lets you save compiler configurations.
As you can see it's a little more user friendly than the command line compiler and given the lack of support of options in Visual Studio I've been compiling my projects for deployment using the command line compiler. This utility makes the process much easier and lets you experiment with the settings. It can also generate a batch file from the settings so you can plug it the results into your favority build tool.
Other Posts you might also like