Welcome to Mediachase Community Sign in | Join | Help    
in Search   

Howto: Configure FileUploder.NET in IIS 7.0 (Windows 2008)

Last post Fri, Sep 12 2008, 6:34 AM by Oleg Zhuk. 0 replies.
Sort Posts: Previous Next
  •  Fri, Sep 12 2008, 6:34 AM 10284

    Howto: Configure FileUploder.NET in IIS 7.0 (Windows 2008)

    This topic describes how to configure Mediachase FileUploder.NET in IIS 7.0 (Windows 2008).

    To configure Mediachase FileUploder.NET in IIS 7.0 (Windows 2008) you should modify application web.config.

    1. Register McHttpModule in system.webServer\modules

    Add FileUploder.NET module to system.webServer\modules section

    <system.webServer>
       <modules>
       ....
       <add name="Mediachase.FileUploader.McHttpModule" type="Mediachase.FileUploader.McHttpModule, Mediachase.FileUploader"/>
       ...
       </modules>

    2. Increase IIS 7.0 maximum length of content.

    The default value is 30000000 in bytes ~ 30Mb.  Add requestLimits node to system.webServer\security\requestFiltering section and define maxAllowedContentLength attribute (in bytes).

    <system.webServer>
        <security>
                <requestFiltering>
                    <requestLimits maxAllowedContentLength="2000000000" />
                </requestFiltering>
            </security>       
    </system.webServer>

    Relatted information:
    IIS 7.0: modules Element
    IIS 7.0: requestLimits Element for requestFiltering



View as RSS news feed in XML
Site Terms | Privacy Policy | About Us | Contact Us
Running on Mediachase eCommerce Framework 4.0.
  Copyright © Mediachase, LTD. 1997-2006. All Rights Reserved

E-commerce, HelpDesk, Service Desk & Project Management Software, alternatives to Microsoft Project Server & Sharepoint Collaboration Server
project management software | microsoft project server | sharepoint collaboration server | issues management, helpdesk & service desk
Powered by Community Server, by Telligent Systems