Why am I unable to Debug my ASP.NET website in Visual Studio?
- by willem
I used to be able to attach to my w3wp process and Debug my web application, but this is not working anymore. I have no idea what changed to break this.
My breakpoints simply have the "breakpoint will currently not be hit. The source code is different from the original version."
What I have tried:
Did a solution Clean.
Did a solution Rebuild.…