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:
- Dueling assembly references
- Keeping app_code small
- Enable on-demand compilation
Web application projects:
- Split large projects into multiple sub-projects
- Look at using Web Deployment projects