Please help debugging an aspx page

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!
 
I

intrader

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top