For a web service created in .NET, navigating to the service in a browser results in a somewhat brief listing of methods in the service and any description that is provided.
Is there any way to customize the format of the documentation for .NET web services?
Customization might include something as simple as customizing the styles on the page or as complex as completely overriding the generated HTML. Any point in the right direction is appreciated.