Browse Source

Disabled 'debug' mode for nancy

Kevin Pullin 12 years ago
parent
commit
10a2c640e9
1 changed files with 1 additions and 1 deletions
  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="*"/>