
10.01.2006
Web Application Builds in VS2005
Tips/Tricks from ScottGu about optimizing builds within VS2005 for Web Site & Application projects. Includes a discussion about which builds faster under which circumstances, and a list of things to look at for each type of project that can hinder the build times.
Web site projects:
Web site projects:
- Dueling assembly references
- Keeping app_code small
- Enable on-demand compilation
- Split large projects into multiple sub-projects
- Look at using Web Deployment projects
Comments:
Post a Comment