Home Page › Forums › BizTalk 2004 – BizTalk 2010 › how to change message size limit in Biztalk? › Re: how to change message size limit in Biztalk?
September 3, 2006 at 12:58 PM
#15538
I'd first look at the maxRequestLength (in KB) in the HttpRuntime tag of the web.config file. Example: <httpRuntime maxRequestLength="8192" /> Since the limit on http requests is 4mbs by default. 8mbs over SOAP might not be the best idea here.