简体   繁体   English

如何在 IIS 7.5 上调试经典的 asp 页面 Visual Studio 2010?

[英]How to debug classic asp page Visual Studio 2010 on IIS 7.5?

I have tried attaching the debugger to the IIS worker process and have a break point on the asp page.我曾尝试将调试器附加到 IIS 工作进程并在 asp 页面上有一个断点。 But it never hits the breakpoint.但它永远不会到达断点。

I am able to debug the aspx pages in the same site using the above process.我能够使用上述过程调试同一站点中的 aspx 页面。

I have got it working by setting我通过设置让它工作

IIS Manager => Site => ASP => Debugging Properties => Enable Server Side Debugging IIS 管理器 => 站点 => ASP => 调试属性 => 启用服务器端调试

to True.为真。

Update : IIS Image is attached更新:附加了 IIS 映像

在此处输入图片说明

还要确保您在附加时将其设置为仅附加到脚本代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio 2010在调试而不是我的项目上显示IIS 7页面 - Visual Studio 2010 displays IIS 7 page on debug instead of my project 在IIS 7.5上,经典ASP页可以与ASP.NET应用程序共享会话变量吗? - On IIS 7.5, can a classic ASP page share session variables with an ASP.NET application? 当来自 Internet 的用户打开 Z2567ZA9EC97E3067AC29 页面时,Visual Studio 如何在 IIS 上单步调试 ASP.NET web 应用程序? - How can Visual Studio single step debug an ASP.NET web app on IIS when a user from the Internet opens the web page? IIS错误后无法更改IIS 7.5 ASP Classic超时 - Cannot change IIS 7.5 ASP Classic timeout after IIS error 页面在IIS7.5中返回异常,在VS2010调试中运行良好 - Page returns exception in IIS7.5, runs fine in VS2010 debug 将MVC2应用程序从Visual Studio 2010部署到IIS 7.5的最简单方法是什么? - What is the easiest way to deploy a MVC2 application from Visual Studio 2010 to IIS 7.5? IIS 7.5和asp.net; 登录页面的安全性 - IIS 7.5 and asp.net ; How secure the login page 如何使用VS 2010 Beta2在本地IIS 7.5上正确调试Web应用程序? - How to correctly debug web applications on local IIS 7.5 with VS 2010 Beta2? Visual Studio 2010和2012 ASP.Net调试和布局问题 - Visual Studio 2010 & 2012 ASP.Net debug & layout issues Visual Studio 2010中的ASP.NET SqlDataSource调试 - ASP.NET SqlDataSource Debug in Visual Studio 2010
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM