The debugger stopped execution of code on the Web site. This caused Internet Information Services (IIS) to assume that the worker process stopped responding. Therefore, IIS terminated the worker process.
To continue to debug, you must configure IIS to allow the worker process to continue.
Open the Administrative Tools window.
Click Start, and then choose Control Panel.
In Control Panel, choose Switch to Classic View, if necessary, and then double-click Administrative Tools.
In the Administrative Tools window, double-click Internet Information Services (IIS) Manager.
In the Internet Information Services (IIS) Manager window, expand the <computer name> node.
Under the <computer name> node, right-click Application Pools.
In the Application Pools list, right-click the name of the pool your application runs in, and then click Advanced Settings.
In the Advanced Settings dialog box, locate the Process Model section and choose one of the following actions:
Set Ping Enabled to False.
-or-
Set Ping Maximum Response Time to a value greater than 90 seconds.
Setting Ping Enabled to False stops IIS from checking whether the worker process is still running and keeps the worker process alive until you stop your debugged process. Setting Ping Maximum Response Time to a large value allows IIS to continue monitoring the worker process.
Click OK.
Under Services and Applications, click Services.
A list of services appears in the right-side pane.
In the Services list, right-click Terminal Services, and then click Properties.
In the Terminal Services Properties window, locate the General tab and set Startup type to Manual.
Click OK to close the Advanced Settings dialog box.
Close the Internet Information Services (IIS) Manager window and the Administrative Tools window.
I don't think steps 10-12 are relevant or neccesary, in fact they don't even make sense and are not possible in the context. I think it's a copy and paste error...
--lb: i concur with Tom. And if they are relevant, there should be an explanation. [edit by pritish] I'm glad that I'm not the only one who reads the bloody details. Agreed, steps 10-12 are illogical.