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.