What is the method, process you use to debug web applications?
Sigiloso
You have to attach a web process (asp.exe i think) to the debugger. In visual studio 2005: menu tools, menu attach to process. Then find the web process you want to attach your debugger to.