0

我在 VS 2010 中开发了一个网站,现在我想在 VS2013 中运行它,但是当我想使用 FireFox 从 VS 运行它时,会显示此错误。我的项目是 ASP.net webForm。

  A script on this page may be busy, or it may have stopped responding. 
  You can stop the script now, open the script in the debugger, or let the script continue

类似的错误出现在 Chrome、IE、...

有什么问题?我什至在网上搜索了这个网站,但无法修复错误。

4

1 回答 1

0

这基本上意味着您的浏览器认为页面上的一个(或多个)脚本正在花费不合理的时间来完成其执行。或者,它可能是由恶意软件或某些浏览器插件引起的。尝试以“安全模式”启动 Firefox。如果问题仍然存在,那么故障就在您身上。

于 2014-09-15T00:10:20.163 回答