Trying to debug a controllers action method, and when I attach to process the debug icon goes hollow and says the 'current breakpoint will not be hit'
But I am doing a response.write
at that point and when the page renders it does output the test text.
So that section is indeed being executed, why does debug mode not work?