Asp.Net 中的网站无法在 Windows Vista 中运行
我有一个奇怪的问题! 我在 asp.net webforms 中开发了一个网站,我在 IE7、IE8、Ie9 (RC)、Firefox、Chrome 和 Safari、Windows XP 和 Windows 7 中测试了该网站。一切正常。
但在 Windows Vista 中的 Internet Explorer 中,不起作用。该网站在浏览器中打开,但当应用程序需要回发时,它不起作用。我不知道为什么会这样。如果有人可以提出一些建议来实现这一目标?我很欣赏!
谢谢你! 阿特,
I have a strange question!
I have developed a website in asp.net webforms, I've tested this website in IE7, IE8, Ie9 (RC), Firefox, Chrome and Safari, in Windows XP and Windows 7. Everything works fine.
But in Internet Explorer in Windows Vista, does not working. The website opens in browser, but when the application needs a postback it does not work. I don't know why it is happening. If someone could suggest something to accomplish this? I appretiate!
Thank you!
Att,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
高度怀疑是操作系统的问题...检查您的互联网选项...
Highly doubt it's the OS... Check your internet options...
回发失败可能是由于 JavaScript 错误造成的。您是否尝试过在 IE8 中使用 Javascript 控制台 (Shift+F12),或者在低于 IE8 的版本中使用 Firebug Lite?您能否关闭抑制 JavaScript 错误通知以查看是否存在问题?
A failed postback could be due to a javascript error. Have you tried using the Javascript console (Shift+F12) in IE8, or using Firebug Lite in versions lower than IE8? Could you turn off surpressing javascript error notifications to see if this presents the issue?