Watch this example online:
I have simple form with text field, required field validator and a button.
When I click the button I am getting error
WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive).
To fix it - add the following into web.config file
<appSettings>
<add key="ValidationSettings:UnobtrusiveValidationMode" value="None"/>
</appSettings>
Watch Online:
I add the code then error came up
ReplyDeleteHTTP Error 403.14 - Forbidden
The Web server is configured to not list the contents of this directory.
yeah dude same error here with me errrrrrrrrrrrrrrr
Deletequick fix is to change framework to 4.0 .
DeleteYou can follow this video, I have fix it HTTP Error 403.14 Forbidden !
Deletehttps://www.youtube.com/watch?v=CQGCOsa3ZYg
I think you are getting different error - not related to this issue?
ReplyDeleteThanks!
ReplyDeleteThanks a lot)))
ReplyDeleteTNX
ReplyDeleteit works well ... thanks
ReplyDeleteThank you so much!
ReplyDeleteHTTP Error 500.19 - Internal Server Error
ReplyDeleteThe requested page cannot be accessed because the related configuration data for the page is invalid.
Thank you so much i added the app setting code under configuration in web.config and it is working fine now
ReplyDeleteThanks very much....I hope have many useful post ^^
ReplyDeleteThanks
ReplyDeletethanks
ReplyDelete