Author |
|
Guests Guest Group
Joined: 10 November 2003
Online Status: Online Posts: 262
|
Posted: 07 July 2005 at 1:03pm | IP Logged
|
|
|
I am having a problem with attachment size, even if i set it to 2097152 bytes = 2MB i can only attach files smaller than 200k i tryed change the size attachment to 5 MB but still the same problem it says Internal error and the page does not display
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 07 July 2005 at 1:15pm | IP Logged
|
|
|
This is known IIS6 issue. To prevent DoS attacks, IIS6 discards client's request if form data is larger than 200KB.
How to increase maximum size of the uploaded data: open your metabase.XML which is located in c:\<Windows_folder>\System32\Inetsrv, find the line "AspMaxRequestEntityAllowed" and change it to "5242880" (e.g. 5MB). This will allow to upload files up to 5MB size per message. (Of course, you can enter another value to suite your needs). Restart IIS (using 'iisreset' command-line utility or by rebooting the server) and try again.
Regards,
Alex
|
Back to Top |
|
|