Why can't I debug?

  • Thread starter Thread starter Andy Crawford
  • Start date Start date
A

Andy Crawford

It used to stop at breakpoints. I had to re-install VS.net (2002, XPpro). Now it won't stop at breakpoints.

I've set build to "DEBUG". Web.Config has debug="true". ASP.NET debugging is checked.

What am I missing?

Thanks,
Andy
(e-mail address removed)
 
Hi,

maybe you can give us the error message.

cu
Bjoern Wolfgardt
It used to stop at breakpoints. I had to re-install VS.net (2002, XPpro). Now it won't stop at breakpoints.

I've set build to "DEBUG". Web.Config has debug="true". ASP.NET debugging is checked.

What am I missing?

Thanks,
Andy
(e-mail address removed)
 
Have you ever been able to debug? I could debug and then
ran the IISLockdown tool. Turns out the debug verb is
blocked by the urlscan utility. You need to add DEBUG to
the selected list of verbs in your urlscan.ini file (This
will only apply if you have ran the IISLockdown tool)

Good luck

-----Original Message-----
It used to stop at breakpoints. I had to re-install
VS.net (2002, XPpro). Now it won't stop at breakpoints.
 
I don't get any error messages. It just won't stop at breakpoints. I
remember this problem when I first installed VS.NET, but I don't
remember what I did to start debugging again.

Thanks
 
Check this:

Click Properties on the menu bar (2003) or right click the project in the explorer (either version). Go to the properties page, and select the Configuration properties. Then look at Debugging, and make sure ASP.NET is checked.

Tom

--
Tom Vande Stouwe MCSD.net, MCAD.net, MCP

If you are not making any mistakes
....you are not trying hard enough.
It used to stop at breakpoints. I had to re-install VS.net (2002, XPpro). Now it won't stop at breakpoints.

I've set build to "DEBUG". Web.Config has debug="true". ASP.NET debugging is checked.

What am I missing?

Thanks,
Andy
(e-mail address removed)
 
Back
Top