Error: A Security Check Failed Because the IIS Admin Service Did Not Respond

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

This error occurs when the IIS Admin Service does not respond. This usually indicates that there is a problem with the IIS installation. First, verify that the service is running using the Services tool from Administrative Tools.

To correct this error

  • Reinstall IIS, using the Add or Remove Programs control panel.

  • -or-

  • Remove IIS from your machine, using the Add or Remove Programs control panel. If you have removed IIS and still have problems, check the registry and make sure this key no longer exists:

    HKEY_CLASSES_ROOT\CLSID\{A9E69610-B80D-11D0-B9B9-00A0C922E750}

    -or-

  • Disable the IIS Admin service, using the Administrative Tools control panel. This will disable IIS on your machine.

    After performing any of these three steps, restart your machine.

    For additional information, see the IIS documentation.

See also