How to disable Glimpse, the difference between turning Glimpse.axd off and defaultRuntimePolicy=“Off”
问题 What is the difference between 1) turning Glimpse off via the web.config's setting: <glimpse defaultRuntimePolicy="Off" endpointBaseUri="~/Glimpse.axd"> 2) turning it off via Glimpse.axd As I understand it, 1) will turn off all the tracing whereas 2) will stop the return of the traces to that particular browser session, but tracing will still be happening on the server. As I understand it, the only way to turn Glimpse off, say for a production instance, to remove any Glimpse processing