MVC不需要modules的授权认证
This commit is contained in:
parent
ecaa5c3c88
commit
0178964e87
|
@ -44,7 +44,6 @@
|
||||||
preCondition="integratedMode,runtimeVersionv4.0"/>
|
preCondition="integratedMode,runtimeVersionv4.0"/>
|
||||||
</handlers>
|
</handlers>
|
||||||
<modules>
|
<modules>
|
||||||
<add name="Authorization" type="Bootstrap.Security.AuthorizateModule, Bootstrap.Security"/>
|
|
||||||
<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