hi,
In my production, Iam getting the JIT debugger Popup msg frequently due to that server is getting slow and in production I don't have VS but only IIS.
I tried to fix this issue by using following method
- Click on Start Menu and Type Run (for P Hit Run box)
- Type in regedit and hit Enter
- Expand the Keys to located the place
- HKLM\Software\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger is one location.
- HKLM\Software\Microsoft\.NETFramework\DbgManagedDebugger
- Delete these keys. Or set the Auto key's value to 1.
- On a 64bit system the paths will be: HKLM\Software\Wow6432Node\Microsoft\...
- You may need to reboot the system as well.
- Get a Command Window (Command Prompt)
- Type drwtsn -i and
- Hit enter