sitemap question
-
Hello If you have a sitemap XML file in Solution Explorer which is recommended here: http://msdn.microsoft.com/en-us/library/yy2ykkab.aspx[^] do you need to reference that file in Web.config? Thanks.
-
Hello If you have a sitemap XML file in Solution Explorer which is recommended here: http://msdn.microsoft.com/en-us/library/yy2ykkab.aspx[^] do you need to reference that file in Web.config? Thanks.
Yes you need to have a reference in web.config Thanks Murali
-
Yes you need to have a reference in web.config Thanks Murali
Hello Thanks for your reply. I am trying to use the correct code to reference sitemap in Web.config, but my browser gives me errors if I use:
My sitemap is called sitemap and is an xml file that looks like this:
I have checked with an online validator and the code has no errors. My Web.config looks like this:
As you can see, I have tried a few possibilies but still not getting anywhere! Thanks again for reply.