Browse Source

Disabled 'debug' mode for servicestack

Kevin Pullin 12 years ago
parent
commit
99ab98b508
1 changed files with 1 additions and 1 deletions
  1. 1 1
      servicestack/src/Web.config

+ 1 - 1
servicestack/src/Web.config

@@ -16,7 +16,7 @@
   </appSettings>
   </appSettings>
   <system.web>
   <system.web>
     <customErrors mode="Off" />
     <customErrors mode="Off" />
-    <compilation debug="true" targetFramework="4.5" />
+    <compilation debug="false" targetFramework="4.5" />
     <httpHandlers>
     <httpHandlers>
       <add path="*" type="ServiceStack.WebHost.Endpoints.ServiceStackHttpHandlerFactory, ServiceStack" verb="*" />
       <add path="*" type="ServiceStack.WebHost.Endpoints.ServiceStackHttpHandlerFactory, ServiceStack" verb="*" />
     </httpHandlers>
     </httpHandlers>