Using the latest versions of the Microsoft ASP.NET and Web Tools Add breaks debugging with IIS.
This happens to Solutions with a Library and Web project. It will show the "Attaching to web server" indefinitely, You can find more info here.
Configuration:
Windows 10 x64
IIS (Default config)
Visual Studio 15 with latest updates
ReSharper extension
C# 6 / MVC 5 code
I've tried lots of different solutions:
Deleting temp files
Using default settings
Repairing IIS and Visual Studio
Creating a new solution
Buying a new computer
Sadly I couldn't find any logs to actually show what's wrong, except for the error when I forcefully terminate the debugger.
Reverting to v1.X of te Extension solves the issue.
Hello,
Using the latest versions of the Microsoft ASP.NET and Web Tools Add breaks debugging with IIS. This happens to Solutions with a Library and Web project. It will show the "Attaching to web server" indefinitely, You can find more info here.
Configuration:
I've tried lots of different solutions:
Sadly I couldn't find any logs to actually show what's wrong, except for the error when I forcefully terminate the debugger.
Reverting to v1.X of te Extension solves the issue.