zzr99
2022-06-13 9b64bf56ade2fafb45d1b589cc105627f71a4c39
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>