Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mark 15 posts 86 karma points
    Mar 17, 2016 @ 17:00
    Mark
    0

    home page after umbraco install

    Hi Guys

    I installed umbraco on the server, I can login etc and see that default example template, and site in the cms

    Content
    --home
    ------learn
    ------explore
    ------extend
    ------blog
    ------contact

    but when I click preview from the home page it shows this error:


    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

    <!-- 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

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

    I am also need to brush up on .net, still learning along the way.

    when I go to the www.sitename.com I see the same error, any ideas of how I fix this, I know I am missing something basic, I am sure it is not just a matter of redirect, I expect the home page to be automated when I go to www.sitename.com.

    What am I missing...???

  • Mark 15 posts 86 karma points
    Mar 17, 2016 @ 17:44
    Mark
    0

    forget this question, i deleted the entire space, and installed everything again. Now it works :)

Please Sign in or register to post replies

Write your reply to:

Draft