Exam 98-363: Web Development Fundamentals/Configuring and Deploying Web Applications
This lesson covers Configuring and Deploying Web Applications. It looks at authentication, authorization, projects, solutions, reference assemblies, publishing applications, and application pools.
Activity 1 - Configure Authentication and Authorization
editThis objective may include but is not limited to: Forms Authentication, Windows Authentication; authorization; file authorization; impersonation. This objective does not include: Windows Cardspace authentication, Passport (Windows Live ID) authentication, Custom authentication.
- Read ASP.NET Authentication.
- Read ASP.NET Authorization.
- Read ASP.NET Web Application Security.
Activity 2 - Configure Projects, Solutions, and Reference Assemblies
editThis objective may include but is not limited to: local assemblies, shared assemblies (GAC), Web application projects, solutions; configuration files; AppSettings.
- Read Configure Service Reference Dialog Box.
- Read Assemblies.
- Read Global Assembly Cache.
Activity 3 - Publish Web Applications
editThis objective may include but is not limited to: choosing the appropriate method to deploy an application based on existing or intended environment; updatable vs. not updateable; MSI deployment; Internet Information Server (IIS) installation and configuration.
Activity 4 - Understand Application Pools
editThis objective may include but is not limited to: purpose of application pools; effect of application pools on Web applications. Not: configuring or assigning application pools.