IIS Timeout When Debugging in VS
November 10, 2010 Leave a comment
You can stop the Visual Studio debugger from timing out and stopping by changing a single setting in IIS. Just select the application pools you want and go to Advanced Settings in the IIS Manager.
There you can set the Ping Enabled property to False which will keep the debugger alive indefinitely.
You should also do this for the service application pool as well so things like the profile service don’t time out. Since it’s identified by a GUID you need right-click and View Applications to find the right pool.