Merhaba
Asp.net uygulamalarınızda Sitemap kullanıyorsanız aşağıdaki hata ile karşılaşabilirsiniz.
Hata mesajı : Multiple nodes with the same URL '/iletisim.aspx' were found. XmlSiteMapProvider requires that sitemap nodes have unique URLs.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Configuration.ConfigurationErrorsException: Multiple nodes with the same URL '/iletisim.aspx' were found. XmlSiteMapProvider requires that sitemap nodes have unique URLs.

Problemin çözümü : Hata web.sitemap içerisinde (yukarıdaki resimdeki gibi) aynı linkin (iletisim.aspx) birden fazla kez kullanılmış olmasından kaynaklanıyor. Hata mesajı içerisinde belirttiği gibi "sitemap nodes have unique URLs" sitemap nodeları içerisindeki linkler benzersiz olmalıdır.
Yardımcı olması dileğiyle...