您的位置:首页 > 编程语言 > ASP

在IE8浏览器环境下,ASP.NET不能调试的解决办法

2011-06-22 15:17 489 查看
方法一、关掉所有的IE窗口再调试。

方法二、Older versions of the Visual Studio Debugger get
confused by this and cannot figure out how to attach to the correct process. You
can work around this by disabling the process growth feature of LCIE. Here’s
how:

1) Open RegEdit

2) Browse to
HKEY_LOCALMACHINE -> SOFTWARE -> Microsoft -> Internet Explorer
-> Main


3) Add a dword
under this key called
TabProcGrowth

4) Set TabProcGrowth to 0

 

http://social.microsoft.com/Forums/en-US/vsdebug/thread/e2c795cd-b7a0-4fad-b7c9-b1ca40d7302e
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息