DNN Forums

Ask questions about your website to get help learning DNN and help resolve issues.

unable to install

Sort:
You are not authorized to post a reply.





New Around Here





    Error is:  this configuration section cannot be used at this path.  this happens when the section is blocked at the parent level.






    New Around Here





      The error 500.19 occurs when browsing to www.dnndev.me
      it does not like the config file? Any help is appreciated, thank you.





      New Around Here





        Win 2022
        IIS
        SQL2022
        DNN 9.12





        Veteran Member





          Hello Neil: 

          Thank you for posting here in the DNN Community forums! 

          Unfortunately, there isn't much information for any of us to use to help you, yet.  They're just snippets of details.  What steps did you take to perform the installation, specifically?  All details matter.  

          Just in case it helps, I created this playlist on YouTube a while back.  The first two videos, specifically, are great primers for the step you're currently in.  

          https://www.youtube.com/p...F7ej3v43RTgupc4xJi5H






          New Around Here





            Found fix was to install more features for IIS:
            Under Security sub-section choose everything (I excluded digest, IP restrictions and URL authorization as we don't use them)
            Under Application Development choose .NET Extensibility 4.5, ASP.NET 4.5 and both ISAPI entries
            In the features section choose: NET 3.5, .NET 4.5, ASP.NET 4.5





            Veteran Member





              Posted By Neil Burkhouse on 6/30/2023 11:46 AM
              Found fix was to install more features for IIS:
              Under Security sub-section choose everything (I excluded digest, IP restrictions and URL authorization as we don't use them)
              Under Application Development choose .NET Extensibility 4.5, ASP.NET 4.5 and both ISAPI entries
              In the features section choose: NET 3.5, .NET 4.5, ASP.NET 4.5

              Awesome news!  Thank you for letting us know.  :) 

               






              Veteran Member





                I had the same issue when moving to Windows 2022. This has been a setting that is really old, but never got into effect for some reason. Anyway, I found it in Windows 2012 R2 already, and maybe it is even older...

                After (a lot of) investigation, I found out that there is a file called applicationHost(dot)config (in C:\Windows\System32\inetsrv\config), and there you find some entries like

                <section name="anonymousAuthentication" overrideModeDefault="Deny" />
                <section name="basicAuthentication" overrideModeDefault="Deny" />
                <section name="windowsAuthentication" overrideModeDefault="Deny" />

                That means that for these settings it is denied to override in the web(dot)config file, resulting in a 500.19 error. You have two possibilities:

                • Either you change "Deny" to "Allow" in this file, or
                • you delete this section from the web(dot)config file (remembering the setting!) and set it back in the IIS Management Console.

                If you choose the second option, you will find entries like

                <location path="Default Web Site">
                 <system.webServer>
                  <security>
                   <authentication>
                    <anonymousAuthentication userName="" />
                   </authentication>
                  </security>
                 </system.webServer>
                </location>

                in the file applicationHost(dot)config.

                Happy DNNing!
                Michael

                Michael Tobisch
                DNN★MVP

                dnnWerk Austria
                DNN Connect





                Veteran Member





                  Excellent advice, Michael! :)
                  You are not authorized to post a reply.

                  These Forums are dedicated to the discussion of DNN Platform.

                  For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

                  1. If you have (suspected) security issues, please DO NOT post them in the forums but instead follow the official DNN security policy
                  2. No Advertising. This includes the promotion of commercial and non-commercial products or services which are not directly related to DNN.
                  3. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
                  4. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
                  5. No Flaming or Trolling.
                  6. No Profanity, Racism, or Prejudice.
                  7. Site Moderators have the final word on approving / removing a thread or post or comment.
                  8. English language posting only, please.

                  Would you like to help us?

                  Awesome! Simply post in the forums using the link below and we'll get you started.

                  Get Involved