10 Star 7 Fork 1

葡萄城 / MattressBankApplication

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
web.config 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
葡萄城控件 提交于 2014-12-22 11:20 . InitCode
<?xml version="1.0"?>
<configuration>
<system.web>
<httpHandlers>
<add path="WijmoControlsResource.axd" verb="*" type="C1.Web.Wijmo.Controls.WijmoHttpHandler, C1.Web.Wijmo.Controls.4, Version=4.0.20142.176, Culture=neutral, PublicKeyToken=9b75583953471eea" validate="false" />
</httpHandlers>
<pages styleSheetTheme="Vista" controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID" />
<!--
Set compilation debug="true" to insert debugging
symbols into the compiled page. Because this
affects performance, set this value to true only
during development.
-->
<compilation debug="true" targetFramework="4.0">
<assemblies>
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
</assemblies>
</compilation>
</system.web>
<system.webServer>
<handlers>
<add name="WijmoControlsHttpHandler" verb="*" preCondition="integratedMode" path="WijmoControlsResource.axd" type="C1.Web.Wijmo.Controls.WijmoHttpHandler, C1.Web.Wijmo.Controls.4, Version=4.0.20142.176, Culture=neutral, PublicKeyToken=9b75583953471eea" />
</handlers>
<validation validateIntegratedModeConfiguration="false" />
</system.webServer>
</configuration>
C#
1
https://gitee.com/GrapeCity/MattressBankApplication.git
git@gitee.com:GrapeCity/MattressBankApplication.git
GrapeCity
MattressBankApplication
MattressBankApplication
master

搜索帮助