In this course, you will learn how to configure various web application settings and deploy them to hosting providers, Azure websites, and to IIS for local environment testing prior to production deployment.
Learning Objectives
Configuring Web Application Settings
- start the course
- enable and configure Microsoft authentication in an ASP.NET MVC 5 web application
- configure view compilation settings in ASP.NET MVC web application
- configure database connection settings in an ASP.NET MVC web application
- configure cryptography settings in an ASP.NET MVC web application
- configure custom error settings in an ASP.NET MVC web application
- identify configuration file hierarchy in an ASP.NET MVC web application
- store custom application settings in a configuration file for an ASP.NET MVC web application
Deploying a Web Application
- deploy an ASP.NET MVC web application to a hosting provider
- prepare an ASP.NET MVC web application for production deployment
- deploy an ASP.NET MVC web application to IIS for local testing
- deploy an ASP.NET MVC 5 web application to an Azure website
- deploy a secure ASP.NET MVC 5 web application with Membership
Practice: Configuring Web Application Settings
- configure web application settings such as authentication, compilation, connection, cryptography and error settings