增加modules一个属性,方便发布系统

This commit is contained in:
Argo-Lenovo 2016-11-22 15:25:37 +08:00
parent e22aad79f2
commit 170d317102
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@
preCondition="integratedMode,runtimeVersionv4.0"/>
<add name="CacheListHandler" verb="*" path="CacheList.axd" type="Longbow.Caching.CacheListHandler, Longbow.V4"/>
</handlers>
<modules>
<modules runAllManagedModulesForAllRequests="true">
<add name="ExceptionManagement" type="Longbow.ExceptionManagement.ExceptionManagementModule, Longbow.ExceptionManagement"/>
</modules>
</system.webServer>