簡體   English   中英

未能列出w3wp.exe進程

[英]failed to list w3wp.exe process

我是ASP.net的新手。 實際上,我想調試.net應用程序。 我正在使用Windows 7,Visual Studio 2003(某些項目限於此版本)和IIS。

但是,當我單擊debug-> processes(顯示所有進程)時,它列出的是WIN32類型的w3wp.exe而不是.net。 我想要w3wp.exe進程的.net類型。 請幫助我。該怎么辦?

您需要附加到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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM