Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions DNN Platform/Website/Install/Config/10.02.00.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<configuration>
<nodes configfile="web.config">
<node path="/configuration/appSettings" action="add">
<!-- Can be set to true to allow the image handler to display text passed in the querystring. -->
<add key="AllowDnnUpgradeUpload" value="false" />
<add key="AllowDnnUpgradeUpload" value="true" />
</node>
<node path="/configuration/system.web/httpRuntime" action="updateattribute" name="requestLengthDiskThreshold" value="80" />
</nodes>
Expand Down