Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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.
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
is working on a reply...