-
-
Notifications
You must be signed in to change notification settings - Fork 774
[Bug]: Double entry in web.config for AllowDnnUpgradeUpload #6863
Copy link
Copy link
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
After installing dnn 10.2.0, after checking the web.config I saw a double entry for:
< add key="AllowDnnUpgradeUpload" value="true" / >
Steps to reproduce?
- Install DNN 10.2.0
- Check the web.config for a double entry;
< add key="AllowDnnImagePlaceholderText" value="false" / > **< add key="AllowDnnUpgradeUpload" value="true" / >** < add key="InstallationDate" value="12/18/2025" / > **< add key="AllowDnnUpgradeUpload" value="true" / >** < add key="InstallVersion" value="10.02.00" / >
Current Behavior
Expected Behavior
Relevant log output
Anything else?
No response
Affected Versions
10.2.0 (latest v10 release)
What browsers are you seeing the problem on?
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable