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 ;)
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