4
Reply

system.net.webexception:the remote server returned an error 417 expectation failed

Rams

Rams

Aug 8 2011 7:22 AM
9.9k
Hi All,
 
I am getting the following error when I am sending an SMS through http webrequest from my service :
 
system.net.webexception:the remote server returned an error 417 expectation failed. we are using proxyserver.
I have tried changing the machine.config with the following settings, still no success.
 
<system.net>
<settings>
<servicepointmanager expect100continue="false" />
</settings>
</system.net>

Answers (4)