Is there a lib i can use in C# to generate a sitemap for my asp.net website?
I am looking for something that i can insert data into and it will tell me if the generated sitemap has reach its limit or if the file size has reach it limit. Then allows me to save it as a file
AFAIK theres no libs for what you want to do (judging by your comments). You can however use .net xml wrapped into your own class to generate it. Its shouldnt be difficult. You also should take account of ascii characters and 4 byte breaks (2 for \r and 2 for \n).