Error: WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for jQuery.

Aman Sharma
0
Some time we face this error while working in asp.net.:
WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for jQuery

Description:





Click on image to Enlarge the Image

We can resolve this error by adding following code in web config file in<appSetting> section:

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


It will resolve the error.  Add this code line in <configuration> section in <appSettings>. 

Post a Comment

0Comments
Post a Comment (0)

#buttons=(Accept !) #days=(20)

Our website uses cookies to enhance your experience. Learn More
Accept !