0

我是 ASP.net 的新手。其实我想调试.net 应用程序。我正在使用 Windows 7、Visual Studio 2003(某些项目仅限此版本)和 IIS。

但是,当我单击调试-> 进程(显示所有进程)时,它列出的是 WIN32 类型的 w3wp.exe 而不是 .net。我想要.net 类型的 w3wp.exe 进程。请帮我解决这个问题。我该怎么办?

4

1 回答 1

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
于 2013-09-16T11:59:41.013 回答