Copied to clipboard

Flag this post as spam?

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


  • krisfun 3 posts 23 karma points
    Dec 15, 2011 @ 10:50
    krisfun
    0

    How to run an umbraco project from existing files in WebMatrix?

    Hi

    I had someone develop an umbraco site for me using WebMatrix. They sent the code files over to me. I tried the "site from folder" option in WebMatrix. But when I run it, it shows a server error. Then i created an umbraco project from the webgallery and copied over the files, got the same error

    is there a fault in the code? or is there a more appropriate way to run it?

    Sorry if the question seems silly, i'm a noob.

     

    thanks.

  • awm 187 posts 376 karma points
    Dec 19, 2011 @ 12:36
    awm
    0

    Have you checked the connection strings in the web.config? It sounds as though you could be having problems establishing a connection to the database.

  • krisfun 3 posts 23 karma points
    Jan 06, 2012 @ 12:05
    krisfun
    0

    coud be.. here's more detail on the error I get:

     

    Value cannot be null.
    Parameter name: value

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.ArgumentNullException: Value cannot be null.
    Parameter name: value

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


    Stack Trace:

    [ArgumentNullException: Value cannot be null.
    Parameter name: value]
       System.Boolean.Parse(String value) +9619225
       umbraco.GlobalSettings.get_HideTopLevelNodeFromPath() +57
       umbraco.requestHandler.CreateXPathQuery(String url, Boolean checkDomain) +42
       umbraco.requestHandler..ctor(XmlDocument umbracoContent, String url) +523
       umbraco.UmbracoDefault.Page_PreInit(Object sender, EventArgs e) +1067
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
       System.Web.UI.Page.OnPreInit(EventArgs e) +8960502
       System.Web.UI.Page.PerformPreInit() +31
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +328
    

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies