PDA

Click to See Complete Forum and Search --> : [Resolved] Debugging in ASP .Net turned off


indydavid32
Oct 21st, 2003, 08:29 AM
Hello everyone. Somehow in .Net I turned off debugging for my ASP programs.

I think it was a windows message box that came up and asked me if I wanted to turn debugging off. For some reason I clicked on yes and now when I set break points in my ASP programs in .Net, it does not stop for debugging.

I think I need to change a system setting but I have no idea where.

Does anyone know how I can turn this back on?

Thanks

Lethal
Oct 21st, 2003, 09:11 AM
I'm going off the top of my head here because the machine I'm on does not have VS .NET, so there may be a small difference.

Right click your project and choose properties
Then, in the treeview, look for something called debugging. Now, there should be a settings called something like 'Enable ASP.NET Debugging.' Switch the flag to true.

indydavid32
Oct 21st, 2003, 10:39 AM
Thanks Lethal, that did the trick. :D