You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I've developed a small site and really just use your sitemap for the breadcrumbs in each site page.
I don't use the sitemap.xml for crawling.
The Mvc.SiteMap is quite small 141 lines (with a few spaces). There are quite a few pages given that most of them are driven by the database but the sitemap itself is quite small.
I'm just trying to wrangle my head around the bug here - which has come up once or twice. #424
and the config options.
I'm using a code first methodology and the 'web publishing' so I could change that cache duration to something massive, given that it won't need to change. Apart from when I perhaps release a new version.
I've also turned off the sitemaps xml - will this solve the 424 bug?
Just trying to solve this the best way I know how without resorting to an external DI (which will probably take a load more time).
The text was updated successfully, but these errors were encountered:
Hi I've developed a small site and really just use your sitemap for the breadcrumbs in each site page.
I don't use the sitemap.xml for crawling.
The Mvc.SiteMap is quite small 141 lines (with a few spaces). There are quite a few pages given that most of them are driven by the database but the sitemap itself is quite small.
I'm just trying to wrangle my head around the bug here - which has come up once or twice.
#424
and the config options.
I've only just looked into them and set these up
I'm using a code first methodology and the 'web publishing' so I could change that cache duration to something massive, given that it won't need to change. Apart from when I perhaps release a new version.
I've also turned off the sitemaps xml - will this solve the 424 bug?
Just trying to solve this the best way I know how without resorting to an external DI (which will probably take a load more time).
The text was updated successfully, but these errors were encountered: