Remove IAppDataFolder implementation for Azure

We don't need this. Azure supports writing tp ~/App_Data. There is no
guarantee that the content will persist, but that's exactly the assumption
of the IAppDataFolder abstraction: it's a local cache, which persists
for _some_ time accross app restarts.

--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2010-06-16 15:44:53 -07:00
parent ed410cba61
commit c4bc2a1375
4 changed files with 3 additions and 76 deletions

View File

@@ -76,7 +76,6 @@
<ItemGroup>
<Compile Include="CloudBlobContainerExtensions.cs" />
<Compile Include="HttpContextWeaver.cs" />
<Compile Include="FileSystems\AppData\AzureAppDataFolder.cs" />
<Compile Include="Environment\Configuration\AzureShellSettingsManager.cs" />
<Compile Include="FileSystems\Media\AzureBlobStorageProvider.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />