I struggled with debugging on Visual Studio 2015 Community Update 1 and 2. After the first debugging session, everything worked correctly. But when I make changes during debugging and update the website, it will forever wait on the local host. This also happens if I stop debugging, make changes, and start a debugging session again. This occurs in 95% of cases. I was looking for stackoverflow and googled for similar problems, and none of the answers suggested by others fixed this problem. Only what works is to restart VS after the first debugging.
What I have tried so far:
- Removed Visual Studio 2015 and installed back.
- Purified Temp folder (which is used with IIS Express)
- Reinstall IIS 10
- VS started as administrator -
- ...... Created a completely new solution with 3 projects and copied all the code into a new solution - hoping this could fix any content problems.
- Created a new TFS project and contacted there
- Firewall temporarily disabled
- The just released Update 2 for the VS 2015 community also did not fix.
- Cleared characters also download characters from Microsoft servers.
- Disabled link to browser.
I'm running out of patience and ideas on how to fix this unpleasant problem. My guess is that something does not work after the first file upload, and then when VS tries to copy the files back to the temporary folder, it cannot or something stops working. Has anyone got any ideas?
debugging visual-studio visual-studio-2015 localhost
Jon koivula
source share