7

enter image description here

Getting this on Windows 10 Pro, Visual Studio 2017. ASP .NET Framework 4.6

Basil
  • 795
  • 2
  • 10
  • 17
  • Note enabling 32-Bit Applications on IIS did not resolve the issue – Basil Oct 18 '17 at 09:11
  • Killed my environment - I am running SharePoint and setting this loses it's mind in IIS (I suspected it would as SP is 64 bit) - the result was interesting - it lost all of the applications. Change back fixed SP but not Visual Studio; in the end it looks like VS 2017 installation broke the environment. – David Sterling May 28 '18 at 10:43
  • If this could help --> https://stackoverflow.com/questions/4653236/unable-to-start-debugging-on-the-web-server-could-not-start-asp-net-debugging-v – Gayatri Nov 14 '18 at 19:46

2 Answers2

8

I had this issue and found that removing a https rewrite rule to force www fixed it for me.

WhiteleyJ
  • 1,108
  • 1
  • 17
  • 26
1

Using the task manager to close all Visual Studio processes currently running and restarting visual studio fixed the issue.

Basil
  • 795
  • 2
  • 10
  • 17