New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Connect to Azure
Environment
Product | RadFileExplorer for ASP.NET AJAX |
DESCRIPTION
Connecting the RadFileExplorer control to the Windows Azure Storage
SOLUTION
Modify the AppSettings section in the web.config file in order to declare the storage and the container.
XML
<appSettings>
<add key="DataConnectionString" value="UseDevelopmentStorage=true"/>
<add key="TelerikContainer" value="body"/>
</appSettings>