In this exercise, you modify the ASP.NET Web Form application to use
the ASP.NET providers from the Windows Azure samples. You start by
adding authentication to the site using the membership provider. Next,
you implement the role provider to classify users and customize the
products that the application offers. Finally, you configure the session
state provider to store the contents of the shopping cart.
Task 1 – Configuring Authenticated Access...