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
[quoted text, click to view] Stephen Noronha wrote:
> 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
>