I have an issue when I debug my application it says "process with an ID is not running in visual studio 2013."
Every time it comes with different process number. I tried deleting the IISEXPRESS
folder then set environment variable to 1. But still got the error.
Asked
Active
Viewed 1.6k times
3
-
It's [relater post.](http://stackoverflow.com/questions/19472682/asp-net-mvc5-iis-express-unable-to-debug-code-not-running) Try create environment variable _CSRUN_DISABLE_WORKAROUNDS – androschuk.a Feb 04 '15 at 10:44
-
I tried all that too, still same issue. – Jibran Feb 04 '15 at 13:59
3 Answers
0
Resolution I found;
Head to
%userprofile%\documents\IISExpress\Config directory
Delete all files within that folder. Restart visual studio and works like a charm.
-2
Are you check this again by "Administrator" via run as Administrator
option?
It seems that your iis folder issue as every suggest that, check this links.