Changing all NET_2_0 to NET_4_0 in build files, fixing web site model DLL references, removed obsolete Spring.Web.Extensions.Example.2005
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
<objects xmlns="http://www.springframework.net">
|
||||
<!-- define the currencyFormatter used for formatting the salary -->
|
||||
<object name="theCurrencyFormatter" type="Spring.Globalization.Formatters.CurrencyFormatter" />
|
||||
<object name="theCurrencyFormatter" type="Spring.Globalization.Formatters.CurrencyFormatter, Spring.Core" />
|
||||
</objects>
|
||||
</spring>
|
||||
|
||||
|
||||
@@ -25,12 +25,9 @@
|
||||
<!-- install Spring assemblies in GAC and change to level to 'Custom' to run in partial trust -->
|
||||
<globalization culture="en-US" uiCulture="en-US"/>
|
||||
<customErrors mode="Off"/>
|
||||
<compilation debug="true" targetFramework="4.0">
|
||||
<assemblies>
|
||||
<add assembly="System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
</assemblies>
|
||||
<compilation debug="true">
|
||||
</compilation>
|
||||
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
|
||||
<pages>
|
||||
<controls>
|
||||
<add tagPrefix="spring" namespace="Spring.Web.UI.Controls" assembly="Spring.Web"/>
|
||||
</controls>
|
||||
|
||||
@@ -39,11 +39,7 @@
|
||||
<add verb="*" path="*.aspx" type="Spring.Web.Support.PageHandlerFactory, Spring.Web"/>
|
||||
<add verb="*" path="ContextMonitor.ashx" type="Spring.Web.Support.ContextMonitor, Spring.Web"/>
|
||||
</httpHandlers>
|
||||
<compilation debug="true" targetFramework="4.0">
|
||||
<assemblies>
|
||||
<add assembly="System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
</assemblies>
|
||||
</compilation>
|
||||
<compilation debug="true" />
|
||||
<authentication mode="Forms">
|
||||
<forms name="Login" loginUrl="UserLogin.aspx" timeout="20" protection="All"/>
|
||||
</authentication>
|
||||
@@ -86,7 +82,7 @@
|
||||
</rules>
|
||||
</healthMonitoring>
|
||||
-->
|
||||
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/>
|
||||
<pages />
|
||||
</system.web>
|
||||
<system.webServer>
|
||||
<validation validateIntegratedModeConfiguration="false"/>
|
||||
|
||||
Reference in New Issue
Block a user