I'm trying to debug an http handler that I wrote with VS 2008. I used to be able to Attach to Process w/ VS 2008. But when I attempt to do the same thing with VS 2010, none of my breakpoints are being hit.
I've modified my web.config file to no avail. My understanding is that IIS 7 uses application pools, but under what account? I tried to attach to process with IE 8, but that doesn't appear to work either.
Does anyone else know what I could be missing?