Reputation: 975
I have a ashx file in a non web project in VS2008. The type of web project (stsdev that is used with Share Point) deploys the ashx file to the server. I can navigate to the file and it is there. In VS2008 when I try and put a break point in the ashx code it will not let me. This means when I connect to the WP3.exe process to remotely debug it nothing will be fired. What steps can I take to get this to debug?
Upvotes: 1
Views: 3357
Reputation: 975
The link here covers it well:
In short
This allowed me to debug at runtime.
Upvotes: 1