IT Specialist & Developer
IT Specialist Personal Blog, Specialized in Information Security, Compliance, Business Development, and Active Software Developer
-
Improving Compilation Speed in Microsoft Visual Studio 2010
Problem: During development of an ASP.NET application, every time I recompile a specific assembly, it causes the entire site to get recompiled then IIS is taking more time to recompile pages again. It is time consuming, and causes frustration during debugging and fine tuning of elements in specific ASP.NET pages.
Solution: Set optimizeCompilations to false in web.config in compilation tag under system.web
This article from Microsoft MSDN describes the issue in more details
Published on January 7, 2012 · Filed under: IIS & ASP.NET;