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

Unable to debug in VS2003 after installing VS2005

2004-09-15 10:01 387 查看
I was unable to debug asp.net project in VS2003 today,because I installed VS2005 Beta.

There is a error message that I got

************************
Microsoft Development Environment
************************
Error while trying to run project: Unable to start debugging on the web
server.

Click Help for more information.
************************
OK   Help  

Why?

Think about it a while, installing VS2005 should configure IIS to use the V2.0
net Framework, so the VS2003 can't debug in the new version.

Then I have a try, uninstall the 2.0 mappings from IIS using aspnet_regiis.exe -u
in /windws/Microsoft.net/Framework/v2.0.** folder,
after this configure IIS to use 1.1 net Framework using aspnet_regiis.exe -i
in /windws/Microsoft.net/Framework/v1.0.** folder.

This works great

 , but when I want to debug VS2005 project,I have to do the same
thing in reverse.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息