I couldnt intsall dotnuke on Godaddy windows hosting

Discussion in 'C#' started by wisam74us, Mar 13, 2008.

  1. #1
    I knew from the beginning that I should not sign up with Godady but it is what it is now and I need to install Dotnuke http://www.dotnetnuke.com/
    http://www.debtsconsolidationloans.org/nuke/Install/InstallWizard.aspx

    As you see here there is an error but I am trying to set web.config file to show the error
    <!-- Web.Config Configuration File -->

    <configuration>
    <system.web>
    <customErrors mode="Off"/>
    </system.web>
    </configuration>


    I have done that but still I can not see further details about the error.

    Any help will be appreciated.
     
    wisam74us, Mar 13, 2008 IP
  2. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you cannot turn error reporting on via the config file you can add an error handling element to the global.asax file so that if an error is detected it emails you or saves a texted file down with the issue details.
     
    AstarothSolutions, Mar 14, 2008 IP
  3. wisam74us

    wisam74us Well-Known Member

    Messages:
    1,059
    Likes Received:
    47
    Best Answers:
    0
    Trophy Points:
    168
    #3
    Thanks for the advice, but I can not see this file in dotnuke directory, shall I create it? What is the code the does this?
     
    wisam74us, Mar 14, 2008 IP
  4. AndyFarrell

    AndyFarrell Peon

    Messages:
    89
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    AndyFarrell, Mar 14, 2008 IP
  5. Jhar

    Jhar Peon

    Messages:
    318
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Try:
    <configuration>
    <system.web>
    <customErrors mode="Off"/>
    <compilation debug="true" strict="false" explicit="true" />
    </system.web>
    </configuration>

    That should give you the details of the error you are getting.
    In addition, seriously consider getting a host that focuses on .net. They might be a couple bucks a month more expensive than Godaddy but it is worth it. Cheers.
     
    Jhar, Mar 14, 2008 IP
  6. borsa_mat

    borsa_mat Peon

    Messages:
    123
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #6

    Thanks for explaning.
     
    borsa_mat, Jul 1, 2008 IP