Increasing the Import File Size

Complete these steps if the Enterprise requires you to import files larger than the default 4MB size.

  1. Browse to [Drive Letter]:\MICROS\Simphony2\SimphonyImportExport\WebApp\ and open the Web.config file.
  2. Add the following line within a comment:

    <httpRuntime targetFramework="4.5" />

  3. Uncomment the following line:

    <httpRuntime targetFramework="4.5" executionTimeout="240" maxRequestLength="10243"/>

  4. Enter the maximum import file size for the maxRequestLength parameter in Kilobits. By default, this value is set to 10 MB.
  5. Save the changes.