0

ASP.net は初めてです。実際には、.net アプリケーションをデバッグしたいと考えています。Windows 7、Visual Studio 2003 (一部のプロジェクトではこのバージョンに制限されています)、および IIS を使用しています。

しかし、デバッグ->プロセス(すべてのプロセスを表示)をクリックすると、.netではなくWIN32タイプのw3wp.exeがリストされます。w3wp.exe プロセスの .net タイプが必要です。これで私を助けてください。どうすればいいですか?

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 に答える