1 . Open your website in VS and then open the Package Console Manager (choose Tools - Library
Package Manager - Package Manager Console).
2. Enter the following command at the Package Manager Console prompt and press Enter:
Install-Package Microsoft.AspNet.Providers
By executing this package, VS downloads the providers, adds an assembly called System
.Web.Providers.dll to the Bin folder of your site and adds configuration information for the
c16.indd 607 16.indd 607 10/8/2012 10:10:37 AM 0/8/2012 10:10:37 AM
608 x CHAPTER 16 SECURITY IN YOUR ASP.NET 4.5 WEBSITE
providers to Web.config. When the command has completed,
your Solution Explorer should look like Figure 16-2.