zzr99
2021-10-08 498b678215fd2740f90dd93f23677d8b32486c3f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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>
    <system.webServer>
        <staticContent>
            <remove fileExtension=".grf"/>
            <mimeMap fileExtension=".grf" mimeType="text/xml" />
        </staticContent>
    </system.webServer>
</configuration>