TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
keooudone nan
NA
33
3.6k
Error save image to database in WCF Service
Mar 24 2015 12:11 AM
Error Message:
the remote server returned an unexpected response (413) request entity too large
My Web.config
<bindings>
<basicHttpBinding>
<binding name="wsBinding" closeTimeout="01:00:00" openTimeout="01:00:00"
receiveTimeout="01:00:00" sendTimeout="01:00:00" maxBufferPoolSize="2147483647"
maxReceivedMessageSize="1014748364700">
<readerQuotas maxStringContentLength="2147483647" maxArrayLength="2147483647" />
</binding>
</basicHttpBinding>
</bindings>
How to solved this problem ?
Reply
Answers (
2
)
server stress test
How convert the code below form C#2008 to C#2005 dictionary