# Sunday, 02 April 2006
« SBS 2003 EventID 2000 MTA Connections | Main | Event ID 1000 in SBS 2003 on restart; ST... »

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

Sunday, 02 April 2006 14:39:37 (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0]  |  Trackback Related posts:
Display Referrers
Open Links in New Windows
Congratulations, you've installed dasBlog!