In this chapter, you'll learn:
How to deploy ASP.NET MVC projects.
This checklist, compiled by the ASP.NET team, includes some top things to check before you deploy your site.
This topic provides an overview of the tasks that are required to publish (deploy) a Visual Studio web project to a server where others can access the application over the Internet.
This topic provides links to documentation resources about how to deploy (publish) ASP.NET web applications to IIS by using Visual Studio 2010, Visual Web Developer 2010,and later versions.
This tutorial series shows you how to deploy (publish) an ASP.NET web application to a Windows Azure Web Site or a third-party hosting provider, by using Visual Studio 2012 or Visual Studio 2010.
This tutorial shows you how to build a secure ASP.NET MVC 4 web application that enables users to log in with credentials from Facebook, Yahoo, and Google. You will also deploy the application to Windows Azure.
This tutorial series shows how to create a multi-tier ASP.NET MVC 4 web application that uses Windows Azure Storage tables, queues, and blobs, and how to deploy the application to a Windows Azure Cloud Service.
By Tom Dykstra|
This page is an experiment in a new approach to presenting annotated lists of resources on subjects of interest to ASP.NET developers. These are links to documents that I've either written or revie...