Copied to clipboard

Flag this post as spam?

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


  • Urvish 252 posts 776 karma points
    Aug 28, 2015 @ 08:55
    Urvish
    0

    Routing issue with Smart Blog

    Hi,

    I am using Umbraco 7.2.4.

    I have installed smart blog package in my website.

    But when I hit url of smartblog it returns blank page.

    I have set custom routes as below.

    RouteTable.Routes.MapRoute(
                name: "Story",
                url: "Story/{*catchall}",
                defaults: new { controller = "Home", action = "Index" }
            );    
    
    RouteTable.Routes.MapRoute(
                    name: "Default",
                    url: "{controller}/{action}/{id}",
                    defaults: new { controller = "Home", action = "Index", id = UrlParameter.Optional }
                );
    

    I think this is causing the issue to get smartblog data.

    Can anyone have idea about that?

    Or is there any way to bypass the smartblog url from the routes.

    Thanks in advance.

    Regards,

    Urvish Mandaliya

Please Sign in or register to post replies

Write your reply to:

Draft