1
yangle
2022-03-30 30c025cb5c0329c5aeee76d2dbebc287dfc3ed4e
WebTM/Web.config
@@ -1,14 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--
  有关如何配置 ASP.NET 应用程序的详细信息,请访问
  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>
        <handlers>
            <remove name="StaticFile" />
            <add name="StaticFile" path="*" verb="*" modules="StaticFileModule,DefaultDocumentModule" resourceType="Either" requireAccess="Read" />
        </handlers>
   </system.webServer>
</configuration>