瀏覽代碼

Disabled 'debug' mode for servicestack

Kevin Pullin 12 年之前
父節點
當前提交
99ab98b508
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      servicestack/src/Web.config

+ 1 - 1
servicestack/src/Web.config

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