When using Visual Studio 2008 or 2010, every time you attach to IIS w3wp.exe you get an Attach Security Warning,
How do you turn this off?
Make sure Visual Studio is not running when changing the registry key or it will be overwritten on exit with the old value
Change (or create) the following registry key to 1:
For VS2015, you need to create the Registry Key referenced above.
Make sure Visual Studio is not running, and open the Registry Editor.
Navigate to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\14.0\Debugger, right-click and create a new DWORD:
Read More
How do you turn this off?
Make sure Visual Studio is not running when changing the registry key or it will be overwritten on exit with the old value
Change (or create) the following registry key to 1:
Visual Studio 2008 HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\Debugger\DisableAttachSecurityWarning
Visual Studio 2010 HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\Debugger\DisableAttachSecurityWarning
Visual Studio 2012 HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\Debugger\DisableAttachSecurityWarning
Visual Studio 2013 HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0\Debugger\DisableAttachSecurityWarning
Visual Studio 2015 HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\14.0\Debugger\DisableAttachSecurityWarning
For VS2015, you need to create the Registry Key referenced above.
Make sure Visual Studio is not running, and open the Registry Editor.
Navigate to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\14.0\Debugger, right-click and create a new DWORD:
- Name: DisableAttachSecurityWarning
- Value: 1