1 Star 0 Fork 0

wensten/SharpMap

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Web.config 878 Bytes
一键复制 编辑 原始数据 按行查看 历史
Felix Obermaier 提交于 2019-12-19 21:26 +08:00 . Rename SharpMapServer SharpMap.Server
<?xml version="1.0"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<system.webServer>
<handlers>
<add name="AdminServices" verb="*" path="admin/services" type="SharpMapServer.AdminServices"/>
<add name="wms" verb="*" path="wms" type="SharpMapServer.WMSServer"/>
</handlers>
</system.webServer>
<!--
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
The following attributes can be set on the <httpRuntime> tag.
<system.Web>
<httpRuntime targetFramework="4.7.2" />
</system.Web>
-->
<system.web>
<compilation debug="true" targetFramework="4.7.2"/>
<pages controlRenderingCompatibilityVersion="4.0"/>
</system.web>
</configuration>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/wensten/SharpMap.git
git@gitee.com:wensten/SharpMap.git
wensten
SharpMap
SharpMap
develop

搜索帮助