Split VAR.WebForms.Common to a class library.

This commit is contained in:
2020-03-01 11:54:12 +01:00
parent df927722ba
commit e414663d12
37 changed files with 333 additions and 116 deletions

View File

@@ -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>