I am using Visual Studio Community Edition 2013, IIS 8.5, Windows 8.1
Sometimes I have to debug my application. So I am attaching my Visual Studio to the workflow (w3wp.exe ... I think. I am using AttachTo-Extension for Visual Studio).
In any case, the first attachment is successful, and after the debugging process is complete, I edit my code and compile it again. Then, when I make a request for a web application, it does not respond.
I can find a workflow in taskmanger that does something because CPU usage is around 15% 
If I kill the workflow, it will restart and everything will be fine.
Does anyone know what the problem is?
source share