RavenDB 2.0 does not have an Raven.Bundles.Authorization.dll that's been merged into the core.
Hi,I have no checkbox to include Authorization Bundle in database creation dialog.
I have copied Raven.Bundles.Authorization.dll to \server\plugins, and still no effect
What is the way to properly install Raven.Bundles?
here my server config:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="Raven/Port" value="8081"/>
<add key="Raven/DataDir" value="~\Database\System"/>
<add key="Raven/AnonymousAccess" value="None"/>
</appSettings>
<runtime>
<loadFromRemoteSources enabled="true"/>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="Analyzers;Plugins"/>
</assemblyBinding>
</runtime>
</configuration>
RavenDb version - RavenDB-Build-2360
Thanks a lot.