PRB:无法调试 ASP.NET Web 应用程序

发表于:2008-05-13来源:作者:点击数: 标签:webWebWEBPRBNet
关键字:ASP.NET Web PRB症状 当您在MicrosoftVisualStudio.NET中调试ASP.NET应用程序时,可能会收到以下“Microsoft 开发 环境”错误信息: Errorwhiletryingtorunproject:Unabletostartde bug gingonthewebserver.TheserverdoesnotsupportdebuggingofASP.NE
关键字:ASP.NET Web PRB症状
当您在 Microsoft Visual Studio .NET 中调试 ASP.NET 应用程序时,可能会收到以下“Microsoft 开发环境”错误信息:
Error while trying to run project:Unable to start debugging on the web server.The server does not support debugging of ASP.NET or ATL Server applications.Run setup to install the Visual Studio .NET server components.If setup has been run, verify that a valid URL has been specified.

You may also want to refer to the ASP.NET and ATL Server debugging topic in the online documentation.Would you like to disable future attempts to debug ASP.NET pages for this project?
回到顶端

原因
如果 Microsoft .NET Framework 设置或安装没有正确完成,则可能发生此错误。发生此错误时,在 Microsoft Inte.net 信息服务 (IIS) 中不会正确配置 ASP.NET 文件扩展名(例如 .aspx)的应用程序映射。

若要检查应用程序映射是否正确,请按照下列步骤操作: 1. 单击开始,指向程序,指向管理工具,然后单击 Internet 服务管理器。 
2. 展开对应于本地主机(计算机名)的节点,然后展开默认 Web 站点节点。 

原文转自:http://www.ltesting.net