Debug in VS 2005

  • Thread starter Thread starter Anbu
  • Start date Start date
A

Anbu

Hi all,

How to debug the web applications effectively in VS 2005?

Solution file has one Console application, and remaining are Windows
library type projects. These library projects support web sites
(basically they are HttpHandlers for different Web sites).

Any suggestion/advice?

TIA
 
Since, the console application is started first, the asp.net worker
process is not attached to the IDE. Attaching aspnet_wp.exe process to
the IDE (during execution) solved the problem.
 

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

Back
Top