> my guess is that you're leaving multiple channels open, and when the server
> limit is reached, you can get exceptions like the one you're getting. The
> wcf proxy (and thus the channel) is closed when the RequestDispatcher is
> disposed. Castle does this when you Release the resolved component. If
> you don't do that, the channels remain open, and the server will stop
> accepting requests once it's ran out of channels
That was my guess to because it stopped after about 100 requests.
Wanted to make sure that my current implementation would be bad.
Thanks for your fast response!
--
Ramon