- Removing compilation debug="true" from module web.config files

--HG--
branch : perf
This commit is contained in:
Suha Can
2010-11-10 12:30:58 -08:00
parent 97fb671952
commit f3a6ab9559
28 changed files with 28 additions and 28 deletions

View File

@@ -2,7 +2,7 @@
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.0">
<compilation targetFramework="4.0">
<assemblies>
<add assembly="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"/>
</assemblies>