K
Kevin
I'm using a File.OpenRead call within a custom httphandler to read a
file from a remote computer using a unc path as the parameter to
OpenRead. This is done within an impersonation call to ensure the
proper credentials are used to get the remote file. After a few page
refreshes (approx 3-5), I get this exception thrown:
[System.IO.IOException] = {"No more connections can be made to this
remote computer at this time because there are already as many
connections as the computer can accept.\r\n"}
Is there any way to avoid getting this error, or a better way to
implement this?
Thanks in advance,
Kevin
file from a remote computer using a unc path as the parameter to
OpenRead. This is done within an impersonation call to ensure the
proper credentials are used to get the remote file. After a few page
refreshes (approx 3-5), I get this exception thrown:
[System.IO.IOException] = {"No more connections can be made to this
remote computer at this time because there are already as many
connections as the computer can accept.\r\n"}
Is there any way to avoid getting this error, or a better way to
implement this?
Thanks in advance,
Kevin