Re: How to Enable Mixed Mode Debugging in VS2005 Asp.Net Web Site?




I need to extend and maintain a set of legacy VC++ 6
ATL dlls and call them via Asp.Net. This works but I can't
step into them or debug them. Every time I do, they step
over, which is a bit of a nightmare. If I ASSERT
etc in the dlls I can't 'retry' either etc.

Everywhere I look it says to switch on 'mixed mode
debugging', but there is NO such setting in this
sort of web site! You can have debugging on / off
and that's it.


I have very little experience with ASP.NET, so it might be plain wrong. Anyway...

Do you mean that this kind of project does not have "Enable unmanaged debugging"
setting in Project properties | Configuration Properties | Debugging ?

Is it possible in this case to attach debugger to the running server process?
If so, you could use Select button in Attach to Process dialog to select
the debug engines you need, including the native one.

--
Oleg
[VC++ MVP http://www.debuginfo.com/]


.


Loading