SYMPTOMS
When http bindings are created the thumbnail preview (in result list) and search suggestions do not show.
CAUSE
This is related to incorrect configuration.
RESOLUTION
- Open Internet Information Service on the server (start->run->Inetmgr)
- Navigate to the WebServerExtensions folder of in IIS and right click on it and select "Explore"
- Open the web.config file in edit mode.
- Replace the following line and save the web.config file after making the configuration change:
-----------------------------------------------
</appSettings>
<system.serviceModel>
-----------------------------------------------
with
-----------------------------------------------
</appSettings>
<system.serviceModel>
<serviceHostingEnvironment multipleSiteBindingsEnabled="true"/>
-----------------------------------------------
APPLIES TO
6.3
Comments
0 comments
Article is closed for comments.