Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Visual Studio 工具箱中使用验证,但是当我运行我的代码时,我遇到了这个错误。我该如何纠正?
“Web 表单非侵入式验证模式需要 'j 查询' 的脚本资源映射。请添加名为 j 查询的脚本资源映射(区分大小写)。”
只需添加这个
<add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
在您的web.config文件中。