Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Requirements

...

  • /bin/FuseIT.M4S.dll
  • /bin/FuseIT.Sitecore.Cache.dll
  • /bin/FuseIT.M4S.Sitecore.dll
  • /App_Config/Include/S4S.Caching.config
  • /sitecore/shell/Applications/FuseITM4S/M4SStatusPage.aspx
  • /sitecore/shell/Applications/FuseITM4S/M4SStatusPage.css

...

http://mongodb.github.io/mongo-csharp-driver/2.2/reference/driver/authentication/

An example of a connection string using default authentication that connects to a MongoDB database on the local server with a username of 'myuser' and a password of 'abc123' which authenticats against the M4S database would be as follows:

Code Block
languagexml
<connectionStrings>
  <add name="M4S" connectionString="MongoServer=mongodb://myuser:abc123@localhost/M4S;MongoDatabase=M4S" />
</connectionStrings>

Settings

At the top of the FuseIT M4S dashboard, there is an overview of the M4S settings:

...