views:

9

answers:

0

Hi, I have a web service (c#) that builds a SiteMapNode. I want the service to return this node but it is not possible since it is not serializable. How can I solve this? Is there a way to get the sitemap in xml format and return it as a string from the service?

Any suggestion is welcome