« Previous Next »

Thread: wcf service using asp.net membership authenticaterequest

Last post 09-06-2008 4:03 PM by ksivasenthil. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 09-04-2008, 8:07 PM

    wcf service using asp.net membership authenticaterequest

    I am using IIS7 to host a wcf service.

    I am using asp.net membership to authenticate the service calls.

    However, I am getting a service request that hangs and I'm wondering how to time it out.

    If you go to worker processes, and double click ( in my case defaultapplication) it shows Requests. There are requests here that are lasting over  1113390 seconds. How do you timeout these requests?

    Info about one of the requests:

     Verb: Post

     State: Authenticate Request

     Module Name: Service Module

     

    The problem is, once these requests start to stack up, my wcf service object won't accept calls anymore - it just times out. Also, when I go to stop the IIS7 server - it gives me an error and says it can't stop the IIS7 service. Something is getting hung up.

  • 09-06-2008, 4:03 PM In reply to

    • ksivasenthil
    • Not Ranked
    • Joined on 12-06-2006, 5:04 AM
    • Chennai, India
    • Posts 4

    Re: wcf service using asp.net membership authenticaterequest

    Did you try using some debug tools for IIS. DebugDiag being one can be used to get a IIS Hang report. The same tool allows you to carry out an analysis on the dump file created. May be the analysis provides you some insight in where to look for the reason for the hang or any other clue.

    Regards,
    Siva Senthil
Page 1 of 1 (2 items)
Microsoft Communities