.Net无法启动调试
我使用VS.NET2005时无法启动调试,提示“Unable   to   start   debugging   on   the   web   server.   The   web   server   is   not   configured   correctly...”   
 各位大侠知道怎么解决么?
------解决方案--------------------http://www.cnblogs.com/zzc315/archive/2006/06/21/431426.html   
 http://support.microsoft.com/kb/814717/zh-cn   
 http://www.yzss.cn/bbs/dv_rss.asp?s=xhtml&boardid=9&id=57&page=2   
 http://blog.sina.com.cn/s/blog_4009dc490100091p.html
------解决方案--------------------在 Visual Studio 2005 里面试图调试项目的时候出现错误信息:“无法启动调试 绑定句柄无效”。   
 有三种解决方法:   
 开启 Terminal Services 服务。天知道为什么调试器还需要这个服务?我向来都是禁用此服务的。  
 在项目属性的 “Debug” (调试) 一项里,把 “Enable the Visual Studio hosting process” (启用Visual Studio 宿主进程) 选项禁掉(该项缺省是被启用的,用于提供经过优化的调试)。  
 在项目属性的 “Debug” (调试) 一项里,把 “启动非托管代码调试” 选项选中。