Javascript 错误/在具有RequiredFieldValidators 的页面上找不到WebResource
我的一位朋友在他的一个 Web 表单上遇到了问题,他提到每次加载包含RequiredFieldValidators 的页面时,该页面都会抛出以下 Javascript/WebResource 错误:
消息:语法错误
线路:3
角色:1
代码:0
URI:http://localhost/miproyecto/WebResource.axd?CCL=ynu3FmO0gS8j
我想该问题可能与表单身份验证问题有关,因此他允许资源成为允许的文件,如下所示:
但是问题仍然存在,
我想知道是否有办法解决这个问题。
问候, CR
编辑:忘了提及,当他在页面上评论RequiredFieldValidators 时,错误就消失了。但我们的想法是保留它们。
A friend on mine is having an issue on one of his webforms, he referrs that everytime he loads one page containing RequiredFieldValidators the page throws the following Javascript/WebResource error:
Mesagge: Syntax error
Líne: 3
Character: 1
Code: 0
URI: http://localhost/miproyecto/WebResource.axd?CCL=ynu3FmO0gS8j
I thought that the issue could be related to a forms authentication problem so He allowed the resource to be a permitted file like this:
However the problem persists
I wonder if there is a way to get rid of the issue.
Regards,
CR
Edit:Forgot to mention that when he comments the RequiredFieldValidators on the page, the error is gone. But the idea is to keep them.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
他有一个链接到该页面的 .js 文件,这导致了错误。一旦发表评论,该页面就可以工作了。
谢谢!
He had a .js file linked to the page and this was causing the error. Once it was commented the page worked.
Thanks!