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
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.
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.
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.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With