Not sure if anyone else has run into this problem. Turns out, the debugger/IIS need unfettered access to Web.Config. Because I have my project hooked into SourceSafe and the web.config file was checked in, I was unable to debug. I checked out the file, debugger ran fine! I have now removed the web.config file from source control.