From 8447935844850ed19a2c0e268f5fca58836e751f Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期日, 10 十月 2021 22:36:42 +0800
Subject: [PATCH] 丸井器具领用出库单打印

---
 WebTM/Web.config |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/WebTM/Web.config b/WebTM/Web.config
index bbfd8ec..2db5211 100644
--- a/WebTM/Web.config
+++ b/WebTM/Web.config
@@ -13,8 +13,12 @@
 	</appSettings>
 	<system.webServer>
 		<staticContent>
-			<remove fileExtension=".grf"/>
+			<remove fileExtension=".grf" />
 			<mimeMap fileExtension=".grf" mimeType="text/xml" />
 		</staticContent>
+        <handlers>
+            <remove name="StaticFile" />
+            <add name="StaticFile" path="*" verb="*" modules="StaticFileModule,DefaultDocumentModule" resourceType="Either" requireAccess="Read" />
+        </handlers>
 	</system.webServer>
 </configuration>

--
Gitblit v1.9.1