Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IIS Timeout whilst debugging on Visual Studio 2010

I'm getting a frustrating error when debugging in Visual Studio 2010.

I'm fairly certain that its something to do with a setting on IIS but no idea what it is!

here is the error:- 'The Web server process that was being debugged has been terminated by IIS.'

The time-out happens every time I debug, on any of the various workspaces we have at work

takes about 90 seconds of inactivity on the debugger for the error to show

like image 739
dizzytri99er Avatar asked Nov 01 '12 13:11

dizzytri99er


People also ask

How do I Debug IIS from Visual Studio?

In the Visual Studio toolbar, make sure the configuration is set to Debug, and either IIS Express, or the new IIS profile name, appears in the emulator field. To start debugging, select IIS Express or <IIS profile name> in the toolbar, select Start Debugging from the Debug menu, or press F5.

How do I disable debugging in Visual Studio 2010?

Select Stop debugging from Debug menu to end a debugging session. You also can stop debugging from the processes window. In that window, right-click the executing process and select the Detach Process or Terminate Process command.

How do I keep debugging in Visual Studio?

In most languages supported by Visual Studio, you can edit your code in the middle of a debugging session and continue debugging. To use this feature, click into your code with your cursor while paused in the debugger, make edits, and press F5, F10, or F11 to continue debugging.


1 Answers

IVE FOUND THE SOLUTION

In the advanced application pool settings in IIS you can change the maximum ping response time on the process model to stop the debugger timing out.

like image 111
dizzytri99er Avatar answered Oct 13 '22 04:10

dizzytri99er