In this chapter, you'll learn:
How to deploy your Web Forms applications to a server, and how to handle and log errors.
How to make an ASP.NET web application available over the internet by deploying it to a third-party hosting provider.
Deployment to Windows Azure
ASP.NET web applications are typically designed, created, and tested in a local development environment and need to be deployed to a production environment once it is ready for release. This tutorial series details the deployment process.