Is it possible to generate documentation from comments inside a web.config file as it possible by XML comments from source files?
I'd like to describe the settings a bit more verbose and create a document directly from the config files.
It is not. I generally put lots of XML comments in the config, and copy the whole file into a Word doc.