Split VAR.WebForms.Common to a class library.
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
<compilation debug="true" targetFramework="4.6.1" />
|
||||
<httpModules>
|
||||
<remove name="GlobalModule" />
|
||||
<add name="GlobalModule" type="VAR.Focus.Web.GlobalModule" />
|
||||
<add name="GlobalModule" type="VAR.WebForms.Common.GlobalModule" />
|
||||
</httpModules>
|
||||
<httpHandlers>
|
||||
<clear />
|
||||
<add path="*" verb="*" type="VAR.Focus.Web.GlobalRouter" />
|
||||
<add path="*" verb="*" type="VAR.WebForms.Common.GlobalRouter" />
|
||||
</httpHandlers>
|
||||
<pages clientIDMode="AutoID" enableViewState="false" enableSessionState="false" enableViewStateMac="false" />
|
||||
<httpRuntime enableVersionHeader="false" />
|
||||
@@ -16,11 +16,11 @@
|
||||
<system.webServer>
|
||||
<modules>
|
||||
<remove name="GlobalModule" />
|
||||
<add name="GlobalModule" type="VAR.Focus.Web.GlobalModule" />
|
||||
<add name="GlobalModule" type="VAR.WebForms.Common.GlobalModule" />
|
||||
</modules>
|
||||
<handlers>
|
||||
<clear />
|
||||
<add name="GlobalRouter" path="*" verb="*" type="VAR.Focus.Web.GlobalRouter" />
|
||||
<add name="GlobalRouter" path="*" verb="*" type="VAR.WebForms.Common.GlobalRouter" />
|
||||
</handlers>
|
||||
<validation validateIntegratedModeConfiguration="false" />
|
||||
<httpProtocol>
|
||||
|
||||
Reference in New Issue
Block a user