문제

If you need a "standalone" CLR debugger (such as .NET 2 offered), SharpDevelop is a good alternative to VS (if you're into that kind of thing).

However, when trying to debug a running ASP.NET application, I did not see w3wp listed in "Attach to Process". Why not?

In the spirit of "Q&A-style" sharing, I'm posting this item I've already figured out. I found that there were two somewhat non-obvious requirements.

도움이 되었습니까?

해결책

SharpDevelop is 32 bit debugging only, so if you are on 64 bit Windows, w3wp might be 64 bit and SD cannot debug it. Simply set IIS application pool to 32 bit and you only get 32 bit w3wp.

Meanwhile, you should try to run SharpDevelop as admin and try again, as admin rights are also necessary.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top