Home > Posts > HowTo: enable big file uploads at MojoPortal on IIS

HowTo: enable big file uploads at MojoPortal on IIS

Just found in my backups a batch file for enabling big uploads to MojoPortal running on IIS:

%windir%\system32\inetsrv\appcmd 
      set config "Default Web Site/portal" 
      -section:requestFiltering
      -requestLimits.maxAllowedContentLength:104857600 
      -commitpath:apphost

The quoted command above needs to be in a single line and obviously you have to replace “Default Web Site/portal” with your site’s virtual folder “path” as shown in IIS Manager’s tree view.

Probably can configure that via web.config in ASP.net websites, but if nothing else works can try this too.

  1. 2014/07/13 at 22:17

    note: mojo was under Portal app/folder in default website

  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: