In a relatively new installation of Windows Server 2008 R2, there are occasional popup messages about Just-in-time debugging. These may come up in w3wp.exe when a search bot accesses an asp page, for example. These messages are local Windows popups, not in browsers.
I cannot debug "just-in-time", however, because there are no and never have been any debuggers on the server. Microsoft is kind enough to tell my I don't have a VS2010 license to debug when I click debug. This makes the popup messages pretty useless, particularly since they contain no real information and the information causing the error is generally in the logs.
According to this link and this SO question, I disabled the AeDebug\Debugger keys, and the DbgManagedDebugger keys did not exist. This had no effect on the error messages.
How can I disable these Just-in-time debugging popup messages?
