Skip to content

[Bug]: Double entry in web.config for AllowDnnUpgradeUpload #6863

@trouble2

Description

@trouble2

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?

  1. Install DNN 10.2.0
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions