> Hi
>
> Even though each Request is supposed to open the file and close it
> independently. Could it be possible that one request afftects the second
> one?
Hi Alvin,
Why do you think that one request affects another? What happens in your
code?
I see two possible issues in your code.
First there is no try-finally clause. The use of using directive is
recommended.
Also you are closing the file before you have removed it from the listener
collection. Could it be your problem?
Regards,

Signature
Martin Kulov
http://www.codeattest.com/blogs/martin
MCAD Charter Member
MCSD.NET Early Achiever
MCSD