login control error

efe demir picture efe demir · Jun 10, 2012 · Viewed 7.3k times · Source

When I add the login control to the page, I got the following error. Could u help me ?

"WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive)."

Answer

Bharath Kumar picture Bharath Kumar · Jul 5, 2012

WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive).

when you get this kind of error while your contacting login page then steps:

1.go to "web.config".

  1. Find this code <add key="ValidationSettings:UnobtrusiveValidationMode" value="WebForms"/> in the web.config.

  2. Change the value="WebForms" to value="none".

  3. Now you open the login.aspx file it will open.