Skip to main content

All Questions

2 votes
0 answers
1k views

System.OutOfMemoryException when uploading a large file (~600MB) using .NET 4.0 & HttpClient

I am getting this error only on my local workstation and prod server. In Dev and Cert it is working fine. local workstation - 20 GB memory, Win 7 64 bit, IIS Express, VS 2013 dev, cert & ...
iRamesh's user avatar
  • 383
0 votes
1 answer
432 views

Request content from httpclient to WebApi changing between client / server

I'm working on a solution for authenticating WebApi requests with HMAc (Similar to this) Part of this, looks at the outbound requests Content, and generates an MD5 hash of it (this is included as ...
Alex's user avatar
  • 38.6k