« Previous Next »

Thread: Application Pool Hangs

Last post 07-14-2009 1:53 PM by cdasari. 3 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (4 items)

Sort Posts:

  • 04-07-2009, 10:32 AM

    • jnsaber
    • Not Ranked
    • Joined on 04-10-2008, 3:10 PM
    • Posts 4

    Application Pool Hangs

    I have a asp.net application that will appear hung at ramdom times.  I determined yesterday when the application hangs, the application pool it runs in has the following item(s) listed under requests for the worker process.

    Url: /Webresource.axd with an additional query string

    Verb: Get

    State:AuthenticateRequest

    Module Name: WindowsAuthentication

    This will start as one row, and then as more users try and access the application the number of occurrences of this increases.  It appears as if the process is getting stuck/hung.

    The application is a public one that requires no authentication and I have checked within the application and we are doing no formal authentication.  We are connecting to a SQL Server backend but are using SQL authentication and not Windows.  It is an Windows 2008 server with IIS 7.  One other item to point out is we are using a version from the December time frame of URL Rewriting.  The application was running in the Integrated Managed Pipeline Mode and I have since switched it to Classic.  I have also tried running DebugDiag among other tools but haven't gotten anywhere with them.  Any insight would be appreciated as I am not sure what to do next.

     

    John

     

  • 04-07-2009, 12:54 PM In reply to

    • anilr
    • Top 10 Contributor
    • Joined on 05-23-2006, 10:13 PM
    • Redmond, WA
    • Posts 2,343

    Re: Application Pool Hangs

    Those requests are probably just stuck waiting for an asp.net thread to free up (WindowsAuthentication is probably the first asp.net module in your pipeline) - you can read here more about how asp.net uses threads in IIS6 and IIS7 - do you have other requests going on which may be keeping the asp.net threads busy?

    Anil Ruia
    Senior Software Design Engineer
    IIS Core Server
  • 04-07-2009, 1:01 PM In reply to

    • jnsaber
    • Not Ranked
    • Joined on 04-10-2008, 3:10 PM
    • Posts 4

    Re: Application Pool Hangs

     Not that I am aware of.  Within the Requests view this is the only thing listed.  Is there anyway to see what other threads might be being used or blocked?

  • 07-14-2009, 1:53 PM In reply to

    • cdasari
    • Not Ranked
    • Joined on 07-14-2009, 1:47 PM
    • Posts 1

    Re: Application Pool Hangs

    Is there any solution found to this problem yet? I am facing the same issue again...

Page 1 of 1 (4 items)
Microsoft Communities