Please help debugging an aspx page

  • Thread starter Thread starter intrader
  • Start date Start date
I

intrader

I have the trouble debugging at the server with Visual Studio 2003. I have
the development environment running and I choose Tools/Debug Processes and
I attach to apsnet_wp.exe, click on Break - it tells me 'Unable to break in
the process apsnet_wp.exe. The process does not contain any programs'.

When I set a breakpoint in the aspx.cs file (the code behind), it does not
stop there.

Please help!
 
intrader said:
I have the trouble debugging at the server with Visual Studio 2003. I have
the development environment running and I choose Tools/Debug Processes and
I attach to apsnet_wp.exe, click on Break - it tells me 'Unable to break
in the process apsnet_wp.exe. The process does not contain any programs'.

When I set a breakpoint in the aspx.cs file (the code behind), it does not
stop there.

Please help!
I found a solution that works for me. Do an Iisreset, and do as described
above.
Thanks
 
Back
Top