The web server process that was being debugged has been terminated

Asked By 0 points N/A Posted on -
qa-featured

Is there any conflict between Windows Vista and Microsoft Visual Studio 2008 version?

I have been getting an error message on my Vista machine, while working on MS Visual Studio. I have set a breakpoint in Visual Studio Share point and when I click on F5 to run the same, I get this error message.

There are no issues between the IIS server and this machine.

Can someone help me?

The web server process that was being debugged has been terminated by Internet Information Service (IIS)

Microsoft Visual Studio

The web server process that was being debugged has been

terminated by Internet Information Service (IIS). This can

be avoided by configuring Application Pool ping settings in IIS. See

help for further details.

OK HELP

SHARE
Answered By 0 points N/A #115136

The web server process that was being debugged has been terminated

qa-featured

The error appeared because the Ping Maximum Response Time should be set to a much longer time, more than 90 seconds is enough. You will be able to solve this problem by arranging the settings of, Application pool.

Properly set up the application pool by going to “Application Pools list”. (Below, first image)

Then choose the “Advanced Settings” (below, second image)

When you are on the Advanced Settings tab, look for the “Process Model Section” and then change “ Ping Enabled to false” (below, third image).

Or you can just simply increase the Ping Maximum Response time to, higher than 90 seconds.

Properly set up the application pool  by going to “Application Pools list”

 

Then  choose the  “Advanced Settings”

Related Questions