I am trying to debug an ASP.NET Core web application using web APIs or web application templates:

without adding additional code, etc. into the project.
I am using IIS Express to debug the application and the following message is displayed
Starting a web server takes longer than expected.

After about 10 minutes of waiting, my processor usage is less than 10%. It seems that the web server will no longer start waiting, and therefore debugging will not start either. How to start a web server so that I can continue debugging a .NET Core web application?
My machine environment is as follows
Microsoft Visual Studio Enterprise 2015 Version 14.0.25123.00 Update 2 Microsoft .NET Framework Version 4.6.01055 .NET Command Line Tools (1.0.0-preview1-002702) Product Information: Version: 1.0.0-preview1-002702 Commit Sha: 6cde21225e Runtime Environment: OS Name: Windows OS Version: 10.0.10240 OS Platform: Windows RID: win10-x64
asp.net-core asp.net-core-mvc iis-express
T. webster
source share