The operation has timed-out.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am getting error while connecting from our sever to other server:
System.Net.WebException: The operation has timed-out. at
System.Net.HttpWebRequest.GetRequestStream()

Please advice, its urgent.

Thanks,
Mahesh
 
Mahesh D. Rane said:
I am getting error while connecting from our sever to other server:
System.Net.WebException: The operation has timed-out. at
System.Net.HttpWebRequest.GetRequestStream()

Please advice, its urgent.

Well, from the information you've given us, it sounds like the
operation has timed out... I'm not sure what else we can tell you at
this point. Does the page you're fetching work from a browser?
 
We are getting the error:

Error Occured Connecting to CDC Server: System.Net.WebException: The
operation has timed-out. at System.Net.HttpWebRequest.GetRequestStream()
at CDS_CDC.WebForm1.GetEncResponse(String input)

We have all ports open. No firewall issue.....
We had 3 system. on 2 system is working fine...but on production system its
not working.

<system.net>
<defaultProxy>
<proxy usesystemdefault="false" proxyaddress="http://OURPROXYURL"
bypassonlocal = "true"/>
</defaultProxy>
</system.net>

is this the root cause of problem ?

please reply...
Its very urgent
Only we had an extra setting on production in web.config file.
 
Mahesh D. Rane said:
We are getting the error:

Error Occured Connecting to CDC Server: System.Net.WebException: The
operation has timed-out. at System.Net.HttpWebRequest.GetRequestStream()
at CDS_CDC.WebForm1.GetEncResponse(String input)

We have all ports open. No firewall issue.....
We had 3 system. on 2 system is working fine...but on production system its
not working.

<system.net>
<defaultProxy>
<proxy usesystemdefault="false" proxyaddress="http://OURPROXYURL"
bypassonlocal = "true"/>
</defaultProxy>
</system.net>

is this the root cause of problem ?

Well, I don't know. You didn't answer my previous question though - can
you open the appropriate page from a web browser? If you use the same
proxy URL from a browser on the same machine and try to open the
relevant page, what happens?

Have you run a network trace on the proxy server and on this server to
see what's happening?
 
Back
Top