To resolve this problem, you must make a change in one of the Web.config files on the Exchange Server 2007 computer. To do this, follow these steps:
- Open Windows Explorer.
- Locate the following folder.
Program Files\Microsoft\Exchange Server\ClientAccess\exchweb\ews
- Use Notepad to open the Web.config file.
- Locate the section that contains the following entries:
<configuration>
<runtime>
- In this section, add the following entries between the <configuration> entry and the <runtime> entry:
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="xxxxxxxx" />
</requestFiltering>
</security>
</system.webServer>
The xxxxxxxx placeholder in the MaxAllowedContentLength property indicates, in bytes, the size of the attachment that you want to enable. For example, if you want to enable a size of 40 MB, you can use the following entry:<RequestLimits maxAllowedContentLength=�41943040�
- In the Services snap-in, restart the World Wide Web Publishing Service.
The "executionTimeout" attribute
If you configure the
MaxAllowedContentLength property to enable very large attachments, you may also have to configure the
executionTimeout attribute.
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
953526
Error message when you try to migrate an e-mail message that is larger than 4 MB by using Microsoft Transporter Suite for Lotus Domino: "Maximum request length exceeded"