Visual Studio times out when debugging an ASP.NET or SharePoint application that is hosted by IIS


Problem: 
Visual Studio times out when debugging an ASP.NET or SharePoint application that is hosted by IIS (when debugging, by attaching to the w3.exe process).

Solution:
Open IIS Manager.
Open the App Pool for the site.
Select Advanced Settings.
Set Ping Enabled to be false.
Select OK.

Comments