Bootstrap FreeKB - Resolve "WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for jquery"
Resolve "WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for jquery"

Updated:

This error can appear when creating a Login system in Visual Studio.

Follow these steps if error WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery' appears:

  1. In Solution Explorer, select the Web.config file
  2. After the <configuration> markup, add the <appSettings> markup:
<configuration>
  <appSettings>
    <add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
  </appSettings>



Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter c9184a in the box below so that we can be sure you are a human.