* 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:
parent
e9eddf56a7
commit
ab4471e974
9 changed files with 94 additions and 38 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue