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)
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" />
0 Comments