E
Edgile
Hello Everyone,
System.Net.WebException Unable to connect to the remote server at
System.Net.HttpWebRequest.GetRequestStream()
This is the exception I am confronted with when I deploy my website on a
W2003 Standard Edition server though the same code runs perfectly on other
two developer servers (XP Professional). This GetRequestStream method is
executed on the web server when invoking a remote web service. Then it waits
until a timeout and I get this exception. The web service invokation uses
HTTP POST. If I fire an HTTP GET from a browser of the problematic server to
the same remote web service (same URL), I get the correct response
immediately that is an error report insturcting me to use HTTP POST . I am
pretty certain that this is not a software issue, but rather a security
settings problem of W2003 Server. Can you help me with any advise?
Thnx!
System.Net.WebException Unable to connect to the remote server at
System.Net.HttpWebRequest.GetRequestStream()
This is the exception I am confronted with when I deploy my website on a
W2003 Standard Edition server though the same code runs perfectly on other
two developer servers (XP Professional). This GetRequestStream method is
executed on the web server when invoking a remote web service. Then it waits
until a timeout and I get this exception. The web service invokation uses
HTTP POST. If I fire an HTTP GET from a browser of the problematic server to
the same remote web service (same URL), I get the correct response
immediately that is an error report insturcting me to use HTTP POST . I am
pretty certain that this is not a software issue, but rather a security
settings problem of W2003 Server. Can you help me with any advise?
Thnx!