1
沈泽
2021-10-08 10494fafa787da141b3feb1a84417a1716bb7f25
WebTM/Web.config
@@ -4,11 +4,17 @@
  http://go.microsoft.com/fwlink/?LinkId=169433
  -->
<configuration>
  <system.web>
    <compilation debug="true" targetFramework="4.5" />
    <httpRuntime targetFramework="4.5" />
  </system.web>
  <appSettings>
    <add key="Name" value="61.130.49.162:9090/WMSAPI///" />
  </appSettings>
</configuration>
   <system.web>
      <compilation debug="true" targetFramework="4.5" />
      <httpRuntime targetFramework="4.5" />
   </system.web>
   <appSettings>
      <add key="Name" value="61.130.49.162:9090/WMSAPI///" />
   </appSettings>
   <system.webServer>
      <staticContent>
         <remove fileExtension=".grf"/>
         <mimeMap fileExtension=".grf" mimeType="text/xml" />
      </staticContent>
   </system.webServer>
</configuration>