New Posts New Posts RSS Feed: Largest Entity Size
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Largest Entity Size

 Post Reply Post Reply
Author
gregweb View Drop Down
DevForce MVP
DevForce MVP
Avatar

Joined: 10-Sep-2009
Location: Clearwater, Fl
Posts: 253
Post Options Post Options   Quote gregweb Quote  Post ReplyReply Direct Link To This Post Topic: Largest Entity Size
    Posted: 10-Jun-2011 at 7:24pm
I have an entity which is an email attachment. Am wondering what the largest entity size would be. By trial and error, 4 megs is the largest I have been able to get accross the wire before I get an error.
Any guidance on this? One idea I had was simply to break into 4 meg batches and send them up one at a time.
Greg
Back to Top
gregweb View Drop Down
DevForce MVP
DevForce MVP
Avatar

Joined: 10-Sep-2009
Location: Clearwater, Fl
Posts: 253
Post Options Post Options   Quote gregweb Quote  Post ReplyReply Direct Link To This Post Posted: 11-Jun-2011 at 5:43am
I found some info in the docs on this:
 
<httpTransport maxReceivedMessageSize="2147483647" maxBufferSize="2147483647" />
 
Seems to me a good idea to leave the default, but it's good to know this can be changed if needed.
 
Is the above the actual default value?
 
Greg
Back to Top
kimj View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 09-May-2007
Posts: 1391
Post Options Post Options   Quote kimj Quote  Post ReplyReply Direct Link To This Post Posted: 11-Jun-2011 at 8:19am
Hi Greg,
DevForce does set the quotas above to the maximum allowed, which is int.MaxValue.  The 4MB limit you're running into is the default maximum allowed by IIS, which can be configured to higher values.  See http://msdn.microsoft.com/en-us/library/e1f13641(v=vs.71).aspx.
Back to Top
gregweb View Drop Down
DevForce MVP
DevForce MVP
Avatar

Joined: 10-Sep-2009
Location: Clearwater, Fl
Posts: 253
Post Options Post Options   Quote gregweb Quote  Post ReplyReply Direct Link To This Post Posted: 13-Jun-2011 at 4:54pm
Great, thanks very much.
 
Greg
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down