I've found this question many times on Google and on StackOverflow, though none answer my scenario.
I'm trying to remotely debug a web service, remote debugging is set up correctly, I've deployed the latest build (along with pdb files) and attached the debugger to the w3wp process on the remote machine. Once attached however, all of my break points are automatically disabled (Breakpoint will not currently be hit. No symbols have been loaded for this document). Does anyone know what I am doing wrong?
I've tried the following so far:
After much messing around I seemed to have achived what I wanted: