posted on Sunday, January 15, 2006 2:40 PM
by
NenoLoje
How to compile ASP.NET 2.0 projects into one single DLL
Have you ever wondered why the precompilation that comes with Visual Studio 2005 does not give you an option to create one single assembly for the whole website?
Here's the answer you're looking for:
Visual Studio 2005 Web Deployment Projects (Beta Preview)
Visual Studio 2005 Web Deployment Projects provide additional functionality for building and deploying Web site applications that you create in ASP.NET 2.0 and Visual Studio 2005. This add-in includes a new tool that enables you to merge the assemblies created during ASP.NET 2.0 precompilation, and it provides a comprehensive UI within Visual Studio 2005 for managing build configurations, merging, and pre-build and post-build task using MSBuild.
Download here.
Recommended reading: