|
RadControls version
|
RadControls for ASP.NET AJAX Q3 2009 SP1 |
| .NET version |
.NET20 & .NET35 |
| Visual Studio version |
2005/2008/2010 |
| programming language |
VB.NET |
| browser support |
all browsers supported by RadControls
|
PROJECT DESCRIPTION
Connecting the RadFileExplorer control to the Windows Azure Storage
HOW TO USE THE PROVIDER
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>
azuretelerik.codeplex.com