Parcourir la source

Disabled 'debug' mode for servicestack

Kevin Pullin il y a 12 ans
Parent
commit
99ab98b508
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>