Преглед изворни кода

Disabled 'debug' mode for nancy

Kevin Pullin пре 12 година
родитељ
комит
ed8dae62be
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      nancy/src/Web.config

+ 1 - 1
nancy/src/Web.config

@@ -7,7 +7,7 @@
   </appSettings>
   <system.web>
     <customErrors mode="Off"/>
-    <compilation debug="true" targetFramework="4.5"/>
+    <compilation debug="false" targetFramework="4.5"/>
     <pages controlRenderingCompatibilityVersion="4.0"/>
     <httpHandlers>
       <add verb="*" type="Nancy.Hosting.Aspnet.NancyHttpRequestHandler" path="*"/>