AI OnAI Off
You are probably missing the shell module in your web.config
<episerver.shell>
<publicModules rootPath="~/modules/" autoDiscovery="Minimal" />
<protectedModules rootPath="~/epiui/">
<add name="Find">
<assemblies>
<add assembly="EPiServer.Find.Framework" />
<add assembly="EPiServer.Find.Cms" />
</assemblies>
</add>
<add name="Shell" />
<add name="CMS" />
</protectedModules>
</episerver.shell>
Hello all
I've installed EPiServer Find on CMS 7.1 alongside a Relate+ install. I am logging in with an admin account through SqlProvider authentication. However I can't see the find tab at the top of the page.
EPiServer Find is definitely installed since I can see the scheduled job to reindex the side. I had a similar problem with Mail and it was missing the mail roles. Does find have something similar? I've got another site working with a visible tab and that doesn't have any particular roles - it is windows authentication though so maybe that's the difference.
Can anyone help me find my tab. Many thanks for any all help
Tim Brown