Tuesday 2 September 2014

Solved: The remote server returned an error: (417) Expectation Failed.

Simple solution for this error is,

open your web.config file then add this this configuration on it.

<system.net>
    <settings>
      <servicePointManager expect100Continue="false" />
    </settings>
  </system.net>

Happy Coding ;)

No comments:

Post a Comment