Can't run DNN on localhost

Last post 10-05-2004 11:45 AM by Weezy. 6 replies.

Sort Posts:

  • Can't run DNN on localhost

    09-22-2004, 9:37 AM
    • Member
      415 point Member
    • jballhrb
    • Member since 09-08-2004, 4:31 PM
    • Posts 81
    I am trying to get DNN to run on my system in localhost, but can't figure out why it's not runing.
    I followed the steps from
    http://www.goosedesigns.com/Default.aspx?PageContentMode=1&tabid=69

    When I load DNN, do I go to the "http://localhost/DesktopDefault.aspx" file?
    I tried but it's giving me a scripting error:
    Line: 6
    Char 9
    Error: Expected ';'
    Code: 0
    URL: http://localhost/DesktopDefault.aspx

  • Re: Can't run DNN on localhost

    09-22-2004, 10:29 AM
    • Star
      9,975 point Star
    • Bill2clone
    • Member since 01-28-2003, 10:04 AM
    • Posts 1,995
    URL: http://localhost/Dotnetnuke/Default.aspx
  • Re: Can't run DNN on localhost

    09-22-2004, 10:32 AM
    • Participant
      1,035 point Participant
    • sailorcyberspace
    • Member since 12-06-2002, 10:00 AM
    • Pittsburgh, PA
    • Posts 207
    If you're running DNN on localhost, you first need to create a virtual directory in IIS called "DotNetNuke" that points to the folder where your DNN files are. Then, you go to http://localhost/DotNetNuke and it will automatically redirect you to the default page.

    I hope this helps. :)
  • Re: Can't run DNN on localhost

    09-22-2004, 10:49 AM
    • Member
      415 point Member
    • jballhrb
    • Member since 09-08-2004, 4:31 PM
    • Posts 81
    I have set up a virtual directory in IIS called "DotNetNuke" that points to the folder where my DNN files are. I set up the permissions on the folder also. When I go to http://localhost/DotNetNuke I get a HTTP Error 403 - Forbidden page.
    I modified the web.config file to go to the database also..
  • Re: Can't run DNN on localhost

    09-22-2004, 11:46 AM
    • Member
      415 point Member
    • jballhrb
    • Member since 09-08-2004, 4:31 PM
    • Posts 81
    I have gotten further now. when I go to the http://localhost/DotNetNuke page it doesn't redirect me. All that is displayed is the page with <%= Title %> in the titlebar and a blank page?
  • Re: Can't run DNN on localhost

    09-22-2004, 12:33 PM
    • Contributor
      2,142 point Contributor
    • dbottjer
    • Member since 04-22-2003, 11:43 PM
    • Tulsa Oklahoma
    • Posts 428
    You also should make sure that the DotNet Frame Work is properly configured on IIS on your machine. Sometimes not all the .NET extensions are registered. For example, make sure .aspx is listed as an extenstion on your default web site.

    You can use a utility called aspnet_regiis -r to map all the neccessary .NET Framework extensions in IIS. The path to this utility is C:\Windows\microsoft.net\Framework\v1.1.4322

    Thanks,
  • Re: Can't run DNN on localhost

    10-05-2004, 10:42 AM
    • Member
      100 point Member
    • Weezy
    • Member since 09-02-2002, 4:14 AM
    • Grand Rapids, MI
    • Posts 20
    Don't know if this will ever help anyone, but I did all the things mentioned above and still got a blank page and just <% Title %> in the browser.

    (I had installed IIS after the Framework was already installed.) Don't know why this worked, but I ran the "Adjust .Net Security" wizard and loosened up the "Local Intranet" settings and it worked.

    Hope this helps.
Page 1 of 1 (7 items)