John and I set the optimizeCompilations flag on our local sitecore
deployed web.config. It speeds up the local deploy and test cycle. It looks
like the checked in web.configs are set to not deploy so we just made the
change in C:\inetpub\wwwroot\sc910.sc\web.config on our local VMs.
<compilation defaultLanguage="c#"
debug="false" targetFramework="4.7.1" optimizeCompilations="true">
No comments:
Post a Comment