Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.14 KB

vs-storage-aspnet-what-happened.md

File metadata and controls

38 lines (32 loc) · 1.14 KB
title description services documentationcenter author manager editor ms.assetid ms.service ms.workload ms.tgt_pltfrm ms.devlang ms.topic ms.date ms.author
What happened to my ASP.NET project? | Microsoft Docs
Describes what happens after adding Azure Storage to a ASP.NET project using Visual Studio connected services
storage
TomArcher
douge
e1fe1b6d-4e3d-476d-8b2f-f7ade050515e
storage
web
vs-what-happened
na
article
12/02/2016
tarcher

What happened to my ASP.NET project (Visual Studio Azure Storage connected service)?

References added

The Azure Storage NuGet package was added to your Visual Studio project.
This package adds the following .NET references:

  • Microsoft.Data.Edm
  • Microsoft.Data.OData
  • Microsoft.Data.Services.Client
  • Microsoft.WindowsAzure.Configuration
  • Microsoft.WindowsAzure.Storage
  • Newtonsoft.Json
  • System.Data
  • System.Spatial

Connection string for Azure Storage added

In the web.config file of your project, an element was created with the selected storage account's connection string and key.

For more information, see ASP.NET.