views:

41

answers:

0

Hi all,

I have a web service that uses a shared object through '.NET Remoting'. For avoiding problems related with channel duplication, I call the UnregisterChannel method everytime one webmethod is done.

Does anyone know if this solution (unreg a channel after webmethod is going to finish) is acceptable in terms of performance?

Thanks.