Jeff Garoutte

c# .net and anything else that happens across my desk

WebService Documentation: Using a custom Site Map

Not long ago I started working on changing the look and feel of the default WebService documentation that is generated by asp.net.  While I demonstrated how to replace the default page template with a custom one I "glossed" over the details of what you can do with it.  By using a custom Sitemap Provider you can create a dynamic Map of all of your WebServices methods.  Please note I am not out to explain SiteMaps in this article.  They list the pages in a site for use by some ... [More]