Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Visiting the site_url/IndexingService/IndexingService.svc renders Endpoint not found.
I've added <serviceHostingEnvironment multipleSiteBindingsEnabled="true"/>
this is in my web.config
<episerver.search active="true">
<namedIndexingServices defaultService="serviceName">
<services>
<!--<add name="{serviceName}" baseUri="{indexingServiceBaseUri}" accessKey="{accessKey}"/>-->
<add name="serviceName" baseUri="http://localhost:17001/IndexingService/IndexingService.svc" accessKey="local" />
</services>
</namedIndexingServices>
<searchResultFilter defaultInclude="true">
<providers />
</searchResultFilter>
</episerver.search>
Where can I find any kind of documentation on getting the Edit-view searchfield to work?
I've installed the site, the Episerver Search and the service is running.