Is it right to say that when Httpcontext object is null - so the iis is down ?
i know that when the first request to iis ( asp.net) the application manager creates
enviroment : Application Domain.
inside it theres Application Runtime.
And inside it there's blocks of (if theres more then 1 application on the server)
HttpApplication with each has httpContext which handler Response and Request.
So what does it mean when i get in asp.net HttpContext is null ?