Win2003 IE8, ASP.NET 不能调试.

来源:互联网 发布:圣诞老人 知乎 编辑:程序博客网 时间:2024/05/01 15:07

asp.net不能调试.

 

环境:Win2003,IE8,asp.net2.0[vs2005].

 

情况:可以运行,但运行起来以后打开IE浏览器后,Asp.net运行环境回到运行之前的状态.所有断点都不能执行.

 

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
Since 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.

 

1,打开注册表编辑器.

2,找到目录:HKEY_LOCALMACHINE -> SOFTWARE -> Microsoft -> Internet Explorer -> Main
3,添加一个String Value;名称为:TabProcGrowth,值设置为0

 

然后就可以调试了.