Use Multiple Sitemap file in ASP.NET Problem
-
Hi, I am using two sitemaps.I wrote code like this web.sitemap web1.sitemap Web.config .aspx page It showing following error Server Error in '/MultipleSitemap' Application. The attribute 'sitemapfile' is unexpected in the configuration of the 'Example' provider. 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: The attribute 'sitemapfile' is unexpected in the configuration of the 'Example' provider. Source Error: [No relevant source lines] Source File: c:\Documents and Settings\system3\Local Settings\Temp\Temporary ASP.NET Files\multiplesitemap\85793d13\552d1a9d\App_Web_dbjhdcj7.0.cs Line: 0 How to solve this? anyone help me please.