WebAPI Help Pages: disable for Production release
问题 I have developed a number of internal REST interfaces using the older WCF framework in VS 2010. The ability for it to generate help pages was handy for DEV and QA platforms, but for a production release it was easy to disable the generation of these help pages in the web.config file: <standardEndpoint name="" helpEnabled="false" automaticFormatSelectionEnabled="true"/> I am now moving on to use the WebAPI framework instead (currently version 1 on VS 2012), but it doesn't appear to be as