hi,
Title pretty much covers it, I've got a C# dll deployed in IIS7. It is working ok, I can re copy it and see my changes. Of course, my logic is all messed up and it's not at all doing what I want, so I need to debug. So far I'm not finding a whole lot
of information on how to do this.
I can mark a break point and use debug > attach to process > (IIS PID), but my break point never gets hit. How? Any ideas?
Thanks!!