* Global.asax.cs: ignored routes are revisited

* YavscApiController.cs: implements a default web api response

* Web.csproj: bask to net451

* AccountController.cs: refactoring

* Web.config: removes the app setting "ClientValidationEnabled"

* Web.config: Makes true the clientValidationEnabled app parameter

* packages.config: retargeting Paypal api to net451

* AccountController.cs: xml doc
This commit is contained in:
Paul Schneider 2015-09-11 14:37:26 +02:00
commit ab4471e974
9 changed files with 94 additions and 38 deletions

View file

@ -34,7 +34,7 @@
</pages>
</system.web>
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
<!-- <validation validateIntegratedModeConfiguration="false" /> -->
<handlers>
<remove name="BlockViewHandler" />
<add name="BlockViewHandler" path="*" verb="*" preCondition="integratedMode" type="System.Web.HttpNotFoundHandler" />