INFO: Uploading Large Files (80mb+) with InstantForum.NET or InstantKB.NET

Expand / Collapse
 

INFO: Uploading Large Files (80mb+) with InstantForum.NET or InstantKB.NET

Share: Share
UserCPEditMemberPhoto_MemberPhotoToolTip

By Ryan Healey
InstantASP Support


If your attempting to upload files within either InstantForum.NET or InstantKB.NET and the upload times out or you receive a 404 page half way through the upload please add the following tags to your InstantForum.NET or InstantKB.NET web.config files….

IIS 6 / 7 (Classic .NET Application Pools)

With both InstantForum.NET and InstantKB.NET you'll need to modify the existing <httpRuntime/> element within the web.config as shown below…

<httpRuntime executionTimeout="6600" maxRequestLength="1536000"/>

IIS7 (Integrated Application Pools)

For IIS7 you'll need to add the entire <security/> element below to your <System.WebServer/> element…

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

If you still experience problems uploading large files please also modify the connection timeout property within IIS as shown below…


We hope this helps. If we can assist as always please don't hesitate to open a support ticket or contact us.
 


Rate this Article:

User Comments

Click to subscribe to comments RSS feed...
Member Photo
by gopro posted 11 January 2012
Junior Member with 20 recognition pointsJunior Member with 20 recognition pointsJunior Member with 20 recognition pointsJunior Member with 20 recognition pointsJunior Member with 20 recognition pointsJunior Member with 20 recognition pointsJunior Member with 20 recognition pointsJunior Member with 20 recognition points
This comment was helpful. 0 This comment is not helpful.
This is great for InstantForum.NET and InstantKB.NET, I added those tags and now I can upload larger files. Thanks for the support, your article explained the process perfectly





Add Your Comments


Comment require login or registration.

Details
Product: InstantKB.NET, InstantForum.NET

Version: All Versions

Type: INFO

Level: Novice

Article not rated yet.

Article has been viewed 1,111 times.

Last Modified:31 March 2011

Last Modified By: Ryan Healey

Options