Hi,
Is there a way of debugging a web application other than hitting F5 on VS
.NET.
I have a box that has less RAM and the bloody application dies on me. it
makes me put my hair.
I want to debug my application to check whether my application is taking
correct values.
Thanks,
Stephen
Bennie Haelen - 01 Sep 2005 00:35 GMT
Hi Stephen,
You can attach the debugger to the ASPNET process:
- Select Debug | Processes
- In the Process list, make sure that "Show System Processes" is selected.
- Select "aspnet" from the process list and click the "Attach" button
Bennie Haelen
> Hi,
>
[quoted text clipped - 7 lines]
> Thanks,
> Stephen