User-1718610407 posted
You don't have to use VS6. You can use VS 2003 or VS 2005 which support mixed debugging and stepping through interop. Right-click on the Web site node in the solution explorer, choose Properties and then Start Options. Check 'Native code' in addition to
the ASP.NET debugger. This way you should be able to step into the C++ code directly from ASP.NET code.
--------
Dear all,
Hi, I am facing the same problem, of debugging or step into a C++ DLL in a ASP.NET solution.
I added the C++ DLL source code as a project in that ASP.net solution, but it just can not be stepped into.
Also, I can only find a "ASP.NET" debugger option in Start Options, there is no choice as "Native Code".
I am working on this for several days and tried to seek help from different people. But without any results.
Could you please help me on this, Thanks Very Much!
Best Regards,
Li from Beijing