YL
2021-11-11 0d5bd6bd0a3fd16c0e3a187bd1704e29c76fd124
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>