DNN Forums

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

How to install DNN 9.10.XX

Sort:
You are not authorized to post a reply.





New Around Here





    I have a hosting account with the following Connection Strings: 

    workstation id=mungboimedia.mssql.somee.com;packet size=4096;user id=leeyanmxxx_SQLLogin_1;pwd=xxxxxxxxxx;data source=mungboimedia.mssql.somee.com;persist security info=False;initial catalog=mungboimedia

     

    How do i set up this connection string in the web.config so that my DNN may be installed. I am confused how to set up this connction string in the web.config, Database is MSSQL 2014 Express.






    Veteran Member





      The database connection can be made during the install process of DNN. There is no need to manipulate it in the web.config.

      To get information about setting up DNN read DNN Platform Setup -- DNN Docs (dnncommunity.org)

      Happy DNNing!
      Michael

      Michael Tobisch
      DNN★MVP

      dnnWerk Austria
      DNN Connect





      New Around Here





        It errors with the following:

        "

        Server Error in '/' Application.


        Runtime Error

        Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

        Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

         

        <!-- Web.Config Configuration File -->
        
        <configuration>
            <system.web>
                <customErrors mode="Off"/>
            </system.web>
        </configuration>


        Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
         

        <!-- Web.Config Configuration File -->
        
        <configuration>
            <system.web>
                <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
            </system.web>
        </configuration>


         

        "






        Veteran Member





          This is a very generic error, it just says that something is wrong but gives no specific information about the error itself. This is for security reasons that bad people don't find an attacking vector.

          Either change the value for customErrors mode to "On" or "RemoteOnly" temporarily to get more specific information about the error, or start the website on the server itself (after adding an entry to the web server's url to 127.0.0.1 in the hosts file). Or you find some information in the Log4Net files, but normally chances are bad with an HTTP 500 error.

          But I would start doublechecking if you downloaded the right package and if all system requirements are fulfilled.

          Happy DNNing!
          Michael

          Michael Tobisch
          DNN★MVP

          dnnWerk Austria
          DNN Connect





          Advanced Member





            One thing that could be hapenning its the read/write access. You need to enable read/write acess to the folders App_Data, Portals and Desktop Modules for sure! Some hosting providers set all folders to read only by default and DNN installation need this read/write permission. Regards.

            Ing. Marco Alvarado Gómez MSc | Globalode
            Phone. +506 6049-1880 | WhatsApp. +506 6049-1880 | Email. [email protected]
            Address. Costa Rica (A Pura Vida place!).
            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