New to Telerik UI for ASP.NET AJAX? Download 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.

<appSettings>
    <add key="DataConnectionString" value="UseDevelopmentStorage=true"/>
    <add key="TelerikContainer" value="body"/>
</appSettings>
In this article