<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head><meta forua="true" http-equiv="Cache-Control" content="max-age=0" /></head>
<card title="visul Studio 2008在IE8下无法调试asp.net 网页解决办法" id="card1">
<p> 游客</p><p>
标题:visul Studio 2008在IE8下无法调试asp.net 网页解决办法<br/>
正文:<br/>
近日，使用VS2008调试asp.net项目，发现经常性的提示无法启动调试的页面，同时打开一个无法关闭的Internet Explorer窗口。该窗口只能通过任务管理器的进程管理来关闭。通过网上搜索，原因应该是由于IE8支持标签引起的。以前版本的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 RegEdit2.Browse to HKEY_LOCALMACHINE -&amp;gt; SOFTWARE -&amp;gt; Microsoft -&amp;gt; Internet Explorer -&amp;gt; Main3.Add a dword under this key called TabProcGrowth4.Set TabProcGrowth to 0Since you are running on Windows Server 2003, this is all you should need to do. If you run into the same problem on Vista or newer, you will also need to turn off protected mode.   原文链接：http://stackoverflow.com/questions/663144/why-cant-i-debug-from-visual-studio-2005-after-installing-ie8翻译过来的意思就是：修改注册表的HKEY_LOCALMACHINE -&amp;gt; SOFTWARE -&amp;gt; Microsoft -&amp;gt; Internet Explorer -&amp;gt; Main，在Main下添加dword类型的键，值为0.。根据这个键值的名称，可以看出问题与标签密切相关。经过测试，这样修改注册表带来一个问题：当你下次开启<br/><a href="http://www.zhongguosou.com/blog/wap.asp?mode=WAP&amp;act=View&amp;id=522&amp;Page=1">[&lt;&lt;]</a><a href="http://www.zhongguosou.com/blog/wap.asp?mode=WAP&amp;act=View&amp;id=522&amp;Page=1">[[1]]</a><a href="http://www.zhongguosou.com/blog/wap.asp?mode=WAP&amp;act=View&amp;id=522&amp;Page=2">[2]</a><a href="http://www.zhongguosou.com/blog/wap.asp?mode=WAP&amp;act=View&amp;id=522&amp;Page=2">[&gt;&gt;]</a><br/>
<br/>
<a href="wap.asp?act=Com&amp;id=522">查看评论(0)</a><br/>
<a href="wap.asp?act=AddCom&amp;inpId=522">发表评论</a><br/><br/>

<br/>

<br/>
<a href="http://www.zhongguosou.com/blog/wap.asp">首页</a>
</p>
</card>
</wml>