News

Represents an IIS application pool. Failure An ApplicationPoolFailureSettings object that defines the properties that determine the actions to be taken when an application pool or worker process fails ...
Application pools provide an isolation mechanism for processes on the web server. There are many different settings available to fine-tune the behavior of the worker processes used to serve request ...
Are you tired of manually configuring IIS sites (adding Web sites, application pools, virtual directories and so on)? Use C# and the Microsoft.Web.Administration Namespace to simplify your life (or at ...
I'm a programmer, not a sysadmin, and so I'm a total n00b when it comes to settings and the various ins-and-outs of how IIS works. Up until now, I build my application, run a deploy script written ...
I've got an enterprise web app running on IIS that accesses some network file shares. It has been running successfully for months. However, in the last month, it has had 4 instances of it failing ...