Hello All,
I am running an ASP.NET application with a custom module registered under IIS7.
Until two days back, everything was running fine. Now I notice that the requests started to hang at the AuthenticateRequest state and in the WindowsAuthentication module. My custom module intercepts at the BeginRequest state and processes the requests and completes the request processing using HttpContext.Current.ApplicationInstance.CompleteRequest(). The requests that it doesn't process are left for IIS to take them through the other modules for processing.
The problem (the request hang) occurs in pages that my custom module doesn't process.
Any ideas where I should start troubleshooting this problem? I have consistently reproduced this problem on three different machines today. I also found that we did not change our web.config file in the last month.
Any help towards troubleshooting this problem is greatly appreciated.
Thanks in advance, Charles Prakash Dasari