WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for jquery
Since .NET 4.5 the Validators use data-attributes and bounded Javascript to do the validation work, so .NET expects you to add a script reference for jQuery. There are two possible ways to solve the error: Disable UnobtrusiveValidationMode: Add this to web.config: It will work as it worked in previous .NET versions and will just add the … Read more