Showing posts with label debugging. Show all posts
Showing posts with label debugging. Show all posts

Thursday, March 29, 2012

Please correct this error

please correct this error while debugging

it show the message box like this when we start the debugging in dot net 2003
But IIS is working properly.if i go for debugging it give this error.

Actually i have loaded 2003 and 2005 in single operating system , but don't say remove 2005 it working properly.

"Error while trying to run project : Unable to start debugging on the web ser server"

Click Help for More Information

OK Help

Plz help me.......... i am unable work without debugging some times.
if any one know reply me

Thx in advance

Hi

you have <compilation debug="false" /> in we.config

change it to <compilation debug="true" />


Hi,

Check out my post on the same topic:

http://geekswithblogs.net/vivek/archive/2006/09/12/90930.aspx

HTH,

Vivek

Monday, March 26, 2012

Please help - CLR Debugger and ASP code

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,
RoyASP 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" <Roy@.discussions.microsoft.com> wrote in message
news:21CB3F36-69D3-4EA8-AFDA-D884915ACA44@.microsoft.com...
> 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
Alvin,
Is any other tool for dubugging asp code beside Visual Studio itself?
"Alvin Bruney - ASP.NET MVP" wrote:

> ASP code is not managed code. The CLR debugger applies to managed code onl
y.
> --
> 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" <Roy@.discussions.microsoft.com> wrote in message
> news:21CB3F36-69D3-4EA8-AFDA-D884915ACA44@.microsoft.com...
>
>