Hi
the fact that you are testing in web dev should not have any impact.
the error you get looks like a timeout, so either your request never made it there, or it took too long.
do you have a firewall running if so, turn it off and try again.
Otherwise wrap your code in a try catch and see if there is any innerexception that gives you more detail..
Hope this helps, please close the thread if it does
|