在 Visual Studio .NET 中调试 ASP.NET 应用程序时出现的常见错误

在 Visual Studio .NET 中调试 ASP.NET 应用程序时,可能会出现下面的错误信息:
Error while trying to run project:Unable to start debugging on the web server.The project is not configured to be debugged.

For ASP.NET projects, verify that you have a valid project file called 'Web.config' for the URL specified and 'debug' is set to 'true' in that file.
For ATL Server projects, verify that the 'DEBUG' verb is associated with your ISAPI extension.
Would you like to disable future attempts to debug ASP.NET pages for this project?
有关如何消除此错误信息的其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章:
306156 PRB:调试 ASP.NET 应用程序时出现“The Project Is Not Configured to Be Debugged”错误信息
在 Visual Studio .NET 中调试 ASP.NET 应用程序时,可能会出现下面的错误信息:
Error while trying to run project:Unable to start debugging on the web server.Server side-error occurred on sending debug HTTP request.

Make sure the server is operating correctly.Verify there are no syntax errors in web.config by doing a Debug.Start Without Debugging.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 知识库中相应的文章:
306163 PRB:在发送调试 HTTP 请求时出现“无法启动调试”的错误信息
在 Visual Studio .NET 中远程调试 ASP.NET 应用程序时,可能会出现下面的错误信息:
Error while trying to run project:Unable to start debugging on the web server.Access is denied.Check the DCOM configuration settings for the machine debug manager.Would you like to disable future attempts to debug ASP.NET pages for this project?
有关如何消除此错误信息的其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章:
306164 PRB:调试 ASP.NET 应用程序时出现“访问被拒绝。请检查计算机调试管理器的 DCOM 配置设置。”的错误信息
在 Visual Studio .NET 中调试 ASP.NET 应用程序时,可能会出现下面的错误信息:
Error while trying to run project:Unable to start debugging on the web server.Would you like to disable future attempts to debug ASP.NET pages for this project?
有关如何消除此错误信息的其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章:
306165 PRB:调试 ASP.NET 应用程序时出现“无法在 Web 服务器上启动调试”的错误信息
在调试 ASP.NET 页时,Visual Studio .NET 调试器可能不在断点处停止。 有关如何解决此问题的其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章:
306169 PRB:调试 ASP.NET 页时 Visual Studio .NET 调试器不在断点停止
在 Visual Studio .NET 中调试 ASP.NET 应用程序时,可能会出现下面的错误信息:
Error while trying to run project:Unable to start debugging on the web server.Access is denied.Would you like to disable future attempts to debug ASP.NET pages for this project?
请验证您是计算机上“Administrators”组和“Debugger Users”组的成员。非管理员用户没有调试默认 ASP.NET 工作进程(在 Microsoft Windows 2000 和 Microsoft Windows XP 上为 Aspnet_wp.exe;在 Microsoft Windows Server 2003 上为 W3wp.exe)的正确权限。
在 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 知识库中相应的文章:
318465 PRB:无法调试 ASP.NET Web 应用程序

转自MSDN:在 Visual Studio .NET 中调试 ASP.NET 应用程序时出现的常见错误
posted @ 2005-07-09 09:44  冰戈  阅读(1439)  评论(1)    收藏  举报