Hi,
I am using mvc.sitemap file in my mvc project for bread crumbs,this was working fine unless i added authorization in project, i have implemented LogonAuthorize class from AuthorizeAttribute class and overrided its OnAuthorization method and registered that into GlobalFilterCollection but due to that bread crumbs are not displayed on any pages
not sure why?,rest of things are working fine with authorization except bread crumbs.
Can you please help me out?
Thanks,
Ashish