Hi,
I have written WCF service that accept datatable and do bulk insert to SQL database.
When i am sending around 200 records in datatable from my wpf application it is responding well but when records increases say around 500-600 it gives error like The remote server returned an unexpected response: (400) Bad Request. (Protocol exception was unhandled ).
It seems like there is some limit my WCF service is allowing to accept data... how can i increase this limit?
Kind Regards,
Jay