Configuring Pinging in IIS 7.0 / 7.5 to avoid terminating processes while debugging from Visual Studio
IIS monitors the worker processes health by sending a periodic request the worker processes. This pinging is to ensure that…
IIS monitors the worker processes health by sending a periodic request the worker processes. This pinging is to ensure that…
IIS Express is a lightweight, self-contained version of IIS optimized for developers. IIS Express provides the power of IIS7.x while…
Few days back, I was migrating my application for VS2008 to VS2010 and it was done successfully except some people…
Last few days back, I faced one peculiar issue, while adding a new system in my Web Farm. My users…
We most the time run into the issue where we need to release a patch which requires a change in…
Machine key can be generated in IIS 7/ IIS 7.5 by following steps listed below 1. Open the IIS Manager.…
To answer this question In a single statement, you can use HttpContext.Current.Items for very short term storage. By Short term…
In IIS 7.0 and IIS 7.5 we can get the worker process (w3wp.exe) details like Application Pool name, Process ID,…