4
Answers

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

Rams

Rams

13y
10k
1
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)