Desktop Director Becomes Unresponsive after Submitting the Credentials

Desktop Director Becomes Unresponsive after Submitting the Credentials

book

Article ID: CTX139457

calendar_today

Updated On:

Description

Desktop Director becomes unresponsive at the spinning screen after bypassing the credential screen, as displayed in the following screen shots.

User-added image

User-added image

Resolution

The Multiple Site Bindings feature is only available to the WCF services that are hosted under IIS. This feature is not enabled by default.

To enable this feature, complete the following steps:

  1. Add the multipleSiteBindingsEnabled attribute to the <serviceHostingEnvironment> element in your web.config file and set it to true, as shown in the following example:

    Example

    XML

    <serviceHostingEnvironment multipleSiteBindingsEnabled=”true”/>

  1. Navigate to C:\inetpub\wwwroot\Director to edit web.config file and add the highlighted line.

    User-added image

  1. Navigate to the command prompt and run the iisreset command.


Problem Cause

The behavior is because of the Multiple Site Binding issue in IIS.

Event viewer has the following error.

User-added image

Issue/Introduction

This article provides a resolution to the issue: Desktop Director becomes unresponsive after submitting the credentials.