WebForms UnobtrusiveValidationMode error on payment history screen

The following error may occur when clicking on the payment history on the website:

WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive)

capture.png

Edit the web.config configuration file in the "UluroWeb\Web30" directory and add the following line in the /configuration/appSettings section:

<add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />

capture.png

0 Comments

Article is closed for comments.
Powered by Zendesk