How can we upload larger files? By default the CodeSnippitsPro system limits the file size of uploaded files to 5MB. This can be updated by changing the httpRunTime maxRequestLength key within the web.config file. Each MB is 1024. Since the Manage Snippits page allows up to five files to be uploaded with each snippit submission increasing this amount can allow users to upload larger files but can reduce overall upload speed. <httpRuntime maxRequestLength="5120" executionTimeout="300"/>
How can we upload larger files?
By default the CodeSnippitsPro system limits the file size of uploaded files to 5MB. This can be updated by changing the httpRunTime maxRequestLength key within the web.config file. Each MB is 1024. Since the Manage Snippits page allows up to five files to be uploaded with each snippit submission increasing this amount can allow users to upload larger files but can reduce overall upload speed.
<httpRuntime maxRequestLength="5120" executionTimeout="300"/>