Ikd2lsmdSl
New Member
I've been struggling with this for a couple of days now. Can't find any good example, or an example that I understand.Background:I own a small blog platform for user to blog. Each user gets their own subdomain and for now there is no sitemap available. Not good.I want to create some kind of dynamic sitemap, where all sitemapnodes is retreived from the database. The sitemap will be used only for the search engine spiders. System: ASP.NET, mySQL.The sitemap is pure XML. So I need in some way to create an ASPX file that return xml-data instead of html. And I need to somehow redirect the web.sitemap to that dynamic file.I have never worked with XML, and I dont know how to create a file that creates XML data. So i dont even know what to search for.I don't want any static sitemap file to be stored on the server. Everything should be created on the fly. So. Please. If you can give me some advise about XML, any example on the internet, or just what to search for.My main questions:1.How to create XML output from aspx file?2.How do I "inform" the system, and search engine crawlers that the file to crawl is "/sitemap.aspx"ThankS!