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
madduriraja sekhar
NA
1
0
How to handle WCF in push and pull the heavy data from SQL
Oct 8 2014 5:47 AM
hi,
I have question which is prescribed in bullet points
In my Asp application I need to push 1000 records at at a time to Sql via WCF service in form of Class object
The Entity object communication is purely class object and serelizable
The service reference configuration is Array
I configured web config file at client UI side by increasing array length,readerquotas,stream reader at max level 20k
It able to send 50 records at a time to sql via WCF with out time bound error .
The binding i implemented is BasicHttpBinding .
Less than or equal to 50 records it fine to push the records 50 through wcf with Array configuration
But in future i need to push more than 10K i am surprize WCF failing with above scenerio kindly help me
Regards
Raja
Reply
Answers (
1
)
Repeater Control
Report Viewer