增加modules一个属性,方便发布系统
This commit is contained in:
parent
e22aad79f2
commit
170d317102
|
@ -104,7 +104,7 @@
|
||||||
preCondition="integratedMode,runtimeVersionv4.0"/>
|
preCondition="integratedMode,runtimeVersionv4.0"/>
|
||||||
<add name="CacheListHandler" verb="*" path="CacheList.axd" type="Longbow.Caching.CacheListHandler, Longbow.V4"/>
|
<add name="CacheListHandler" verb="*" path="CacheList.axd" type="Longbow.Caching.CacheListHandler, Longbow.V4"/>
|
||||||
</handlers>
|
</handlers>
|
||||||
<modules>
|
<modules runAllManagedModulesForAllRequests="true">
|
||||||
<add name="ExceptionManagement" type="Longbow.ExceptionManagement.ExceptionManagementModule, Longbow.ExceptionManagement"/>
|
<add name="ExceptionManagement" type="Longbow.ExceptionManagement.ExceptionManagementModule, Longbow.ExceptionManagement"/>
|
||||||
</modules>
|
</modules>
|
||||||
</system.webServer>
|
</system.webServer>
|
||||||
|
|
Loading…
Reference in New Issue