Please help - CLR Debugger and ASP code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I'm not able to use CLR debugger to step into the asp code the way I'm
debugging my asp.net code. I wonder if even this is doable and if not what
are my other options for debugging asp code.
Thanks in advance,

Roy
 
ASP code is not managed code. The CLR debugger applies to managed code only.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
 
Alvin,
Is any other tool for dubugging asp code beside Visual Studio itself?

Alvin Bruney - ASP.NET MVP said:
ASP code is not managed code. The CLR debugger applies to managed code only.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------



Roy said:
Hi all,

I'm not able to use CLR debugger to step into the asp code the way I'm
debugging my asp.net code. I wonder if even this is doable and if not what
are my other options for debugging asp code.
Thanks in advance,

Roy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top