Copied to clipboard

Flag this post as spam?

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


  • Ansar 181 posts 291 karma points
    Jun 11, 2011 @ 08:38
    Ansar
    0

    Deployment problem - 404 error when browsing after upload

    i have finished an Umbraco 4.7 website in my local system and uploaded to the live server.. 

    Everything works fine in local but live is showing 404 error!!

    URL: http://efforts.jinsoftsolutions.com/alkazemi/

    Its a Shared Hosting service.. I double checked to make sure all configurations are set right and it looks fine..

    <add key="umbracoConfigurationStatus" value="4.7.0" />
        <add key="umbracoReservedUrls" value="~/config/splashes/booting.aspx,~/install/default.aspx,~/config/splashes/noNodes.aspx" />
        <add key="umbracoReservedPaths" value="~/umbraco,~/install/" />
        <add key="umbracoContentXML" value="~/App_Data/umbraco.config" />
        <add key="umbracoStorageDirectory" value="~/App_Data" />
        <add key="umbracoPath" value="~/umbraco" />
        <add key="umbracoEnableStat" value="false" />
        <add key="umbracoHideTopLevelNodeFromPath" value="true" />
        <add key="umbracoEditXhtmlMode" value="true" />
        <add key="umbracoUseDirectoryUrls" value="false" />
        <add key="umbracoDebugMode" value="true" />
        <add key="umbracoTimeOutInMinutes" value="20" />
        <add key="umbracoVersionCheckPeriod" value="7" />
        <add key="umbracoDisableXsltExtensions" value="true" />
        <add key="umbracoDefaultUILanguage" value="en" />
        <add key="umbracoProfileUrl" value="profiler" />
        <add key="umbracoUseSSL" value="false" />
        <add key="umbracoUseMediumTrust" value="true" />
        <!--
            Set this to true to enable storing the xml cache locally to the IIS server even if the app files are stored centrally on a SAN/NAS
            Alex Norcliffe 2010 02 for 4.1 -->
        <add key="umbracoContentXMLUseLocalTemp" value="false" />
        <!-- Added in Umbraco 4.6.2 -->
        <add key="webpages:Enabled" value="false" />
        <add key="enableSimpleMembership" value="false" />
        <add key="autoFormsAuthentication" value="false" />
        <!-- End of added in Umbraco 4.6.2 -->

    Can anyone please point me tip on what might be the issue..

    Thanks and Regards,
    Anz

  • Ansar 181 posts 291 karma points
    Jun 11, 2011 @ 08:44
    Ansar
    0

    One more thing is..

    The page went completely blank when I added

    <httpErrors existingResponse="PassThrough"/>

    in the web.config..

  • Ansar 181 posts 291 karma points
    Jun 11, 2011 @ 09:57
    Ansar
    0

    I managed to make it work with the help of hosting support.

    Thanks..

  • James Bielefeldt 11 posts 31 karma points
    Jun 14, 2011 @ 17:48
    James Bielefeldt
    0

    Did this only occur on the home (default) page? If so can you tell me what they did? I'm having simialr issues.

Please Sign in or register to post replies

Write your reply to:

Draft