asp.net - Login Control : WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Add a ScriptResourceMapping named jquery -
i working on website in asp.net. have web form without control. when add login control form , view form in browser, error shown:
webforms unobtrusivevalidationmode requires scriptresourcemapping 'jquery'. please add scriptresourcemapping named jquery(case-sensitive).
i read solution:
http://www.codeproject.com/articles/465613/webforms-unobtrusivevalidationmode-requires-a
but don't find global.asax
please me!
you can disable new feature in web.config changing following key value none this:
<add key="validationsettings:unobtrusivevalidationmode" value="none" />
Comments
Post a Comment