无法列出w3wp.exe进程

时间:2013-09-16 11:50:52

标签: asp.net

我是ASP.net的新手。其实我想调试.net应用程序。我在用 Windows 7,Visual Studio 2003(限制为某个项目的此版本)和IIS。

但是当我点击debug->进程(显示所有进程)时,它列出了WIN32类型的w3wp.exe而不是.net。我想要.net类型的w3wp.exe进程。请帮帮我。我该怎么办?

1 个答案:

答案 0 :(得分:0)

您需要附加 aspnet_wp.exe 流程

尝试下面的

1) From the Debug menu, select Processes. (You can also use Debug Processes from the Tools menu.)
2) Select Show system processes , find aspnet_wp.exe in the Process column and click it.
        The aspnet_wp.exe process is the process that loads your code and displays it in Internet Explorer