G
Guest
We have a problem getting the response from one particular webpage (I am not
allowed to give it away).
The problem is that sometimes it fails (unexpected termination by server)
and then all subsequent calls to that page will also fail. However,
restarting the application very often solves the problem.
Calls to other URL's is not affected, they are always succesful, even after
a failure to get the page mentioned above. The page does not use any kind of
cookies.
Is there a way to totally reset the net handling infrastructure in .Net in
order to get the same result without restarting the application? We want to
implement retries after failure, but then we have to be able to "simulate" an
application restart.
/Patrik
allowed to give it away).
The problem is that sometimes it fails (unexpected termination by server)
and then all subsequent calls to that page will also fail. However,
restarting the application very often solves the problem.
Calls to other URL's is not affected, they are always succesful, even after
a failure to get the page mentioned above. The page does not use any kind of
cookies.
Is there a way to totally reset the net handling infrastructure in .Net in
order to get the same result without restarting the application? We want to
implement retries after failure, but then we have to be able to "simulate" an
application restart.
/Patrik