web config - wcf maxReceivedMessageSize Limit -


as far know limit on maxreceivedmessagesize property limited max int size 2147483647 bytes (2gb) i'm hoping information not correct i'm typing .

in application need send files on size limit, need able send more 4-5 gb files. there workaround that? or should follow approach? stuck here.

even if maxreceivedmessagesize limit 2gb service throws out of memory exception @ 1.5 gb both while uploading , downloading. please me out.

for sending large files through wcf streaming transfer should used. see http://msdn.microsoft.com/en-us/library/ms789010.aspx how make stream transfer


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -