clarksshoesfhb
New Member
In trying to speed up my ASP.Net development build times, I changed my "global" web.config file (\[code\]C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config\[/code\]) as follows\[code\]<system.web> ... <compilation batch="false">\[/code\]That really sped up the first page access of my site after doing a build.What surprises me is that our site's \[code\]web.config\[/code\] has\[code\] <compilation batch="true">\[/code\]but the global setting is the one that seems to be in effect. I would expect that the site web.config would override the global web.config. Is that not the case?