Copied to clipboard

Flag this post as spam?

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


  • Nguyen Dung Tri 106 posts 606 karma points
    Dec 02, 2016 @ 04:34
    Nguyen Dung Tri
    0

    Where is the main function of Merchello within Merchello Project?

    Hello,

    I would like to know what is the main (start up) function of Merchello? For example if an ASPX website want to run, it much go through the main function of default.aspx page first:

    protected void Page_Load(object sender, EventArgs e)
    

    For Merchello, I think there must be a function like that, but I don't know where it is. Could you help me to point out where it is?

    Note: I want to locate the start up function within Merchello solution which downloaded at (https://github.com/Merchello/Merchello)

    Regards,

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Dec 02, 2016 @ 16:07
    Rusty Swayne
    0

    Merchello is bootstrapped using an Umbraco event handler so that it's sure that everything it needs from Umbraco is available:

    https://github.com/Merchello/Merchello/blob/merchello-dev/src/Merchello.Web/UmbracoApplicationEventHandler.cs#L90

Please Sign in or register to post replies

Write your reply to:

Draft