加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > asp.Net > 正文

调试 – 如何调试经典ASP?

发布时间:2020-12-16 00:46:10 所属栏目:asp.Net 来源:网络整理
导读:我必须调试由IIS 7(Windows 2008)提供的经典asp站点。 我该怎么做?我只和ASP.NET一起工作。 解决方法 从MSDN博客帖子: http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx Here is how to make ASP debugging work: Enable ASP debugg
我必须调试由IIS 7(Windows 2008)提供的经典asp站点。

我该怎么做?我只和ASP.NET一起工作。

解决方法

从MSDN博客帖子: http://blogs.msdn.com/mikhailarkhipov/archive/2005/06/24/432308.aspx

Here is how to make ASP debugging work:

  1. Enable ASP debugging on the server. (I also added DEBUG verb to the asp extension,but I am not sure if it is required).
  2. Open classic ASP in VS 2005.
  3. Set breakpoint.
  4. View page in browser or run without debugging.
  5. Debug | Attach to Process
  6. Locate IIS ASP worker process (w3wp.exe on IIS6) which exposes x86 and Script and attach as Script.

从eddiegroves评论如下:

Regarding Step #1 in IIS7 – IIS > ASP > Compilation > Debugging Properties > Enable Server-side Debugging

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读