Hi.
I've experienced a problem. When I try to execute this piece of code via Razor where 1234 is ID of the defunct page, my IE browser crashes:
try { var key = "UK"; var value = SearchEngineFriendlyURLs.GetFriendlyUrl(1234); pages.Add(key,value); } catch(Exception e) { continue; }
But other browsers show the page correctly.(???) I think this is because of the method GetFriendlyUrl(int pageID) which crashes during executing.
Can you suggest some solution?
Thank you in advance!