To allow large attachments to be uploaded add change of override the MaxRequestLength parameter in Machine.config or Web.config. For instance I added the following value to Web.config to allow uploads of up to 8MB:
<httpRuntime maxRequestLength="8192" />
So the full line read:
<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="8192" />
See http://support.microsoft.com/default.aspx?scid=kb;en-us;Q295626
Powered by: newtelligence dasBlog 2.2.8279.16125
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
© Copyright 2025, john kelly
E-mail