Hi Guys,so we are starting up with Kentico Xperience and for some odd reason, the content on actual page is showing fine but in the preview mode in Admin interface and in browser it throws an error searching for this directory saying the view could not be found. ~/Views/Shared/PageTypes/My URL pattern in page type is: /And the route: // Route to Home page
routes.MapRoute(
@Home@,
@@,
new {controller = @Home@, action = @Index@, id = UrlParameter.Optional}
);
Page content pulls through properly on live site.Any idea what I am doing wrong? Thanks for any help you can give,Lea
↧