# DeviceAtlas Cloud Client API Installation # This section deals with installing the DeviceAtlas Cloud API. ### Installation ### * For local installation, either place the "deviceatlas-cloud-client-X.X.dll" file in your DLL folder or add a reference to your solution * For the IIS installation use your sites bin folder, i.e. "C:\inetpub\wwwroot\bin" ### Requirements ### .NET Framework 4.0 or higher ### Cache ### The library uses the built in .NET cache to minimise number of remote requests. The .NET cache in versions before .NET 4 is memory based and gets cleared each time the application is restarted. To help with this the DeviceAtlas Cloud Client also uses a file cache to backup the memory cache. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - _ Copyright (c) DeviceAtlas Limited 2021. All Rights Reserved. _ _ https://deviceatlas.com _ <!-- HTML+JS for document formatting when opened in browser --> <div class="btn-group" id="main-menu" style="float:right"><a class="btn dropdown-toggle" data-toggle="dropdown" href="#">Menu<span class="caret"></span></a><ul class="dropdown-menu"><li><a href="README.html">Cloud Client API</a></li><li class="disabled"><a href="README.Installation.html">Cloud Client API Installation</a></li><li><a href="README.Config.html">Cloud Client API Configuration</a></li><li><a href="README.Examples.html">Cloud Client API Examples</a></li><li><a href="README.ExtraTools.html">Cloud Client API Extra Tools</a></li><li><a href="./ApiDocs/index.html">DeviceAtlas Cloud Client API doc</a></li></ul></div>