Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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.

HTML
<system.net>
<settings>
  <servicepointmanager expect100continue="false" />
</settings>
</system.net>


Kindly help me guys.
Posted
Updated 8-Aug-11 0:26am
v2
Comments
Herman<T>.Instance 8-Aug-11 10:36am    
is your service allowed to use a port for sending SMS?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900