yangle
2022-11-17 5aaa7600fb56ab0bb041657cfd17290a5996a028
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>