I'm calling a MapPoint web service in my ASP.Net 1.1 web application.
When I run the application to show a simple map it runs fine.
When I debug through my lines of code and get to the invoking of the web request for a MapPoint web method I get the following error:
"The underlying connection was closed: An unexpected error occurred on a receive".
I repeat, this ONLY happens when I am debugging through my code and it hangs when calling the MapPoint service.
Does anyone know how to fix this? Is there something being sent in the request when debugging that is stuffing up my call?
Thanks in advance.