Chapter 01: Introducing ASP.NET 4.0 - MCTS Exam 70-515


Lesson 1: Understanding Web Communications

Status Code Groups

Status Code GroupDescription
1xxInformational
2xxSuccess
3xxRedirect
4xxClient Error
5xxServer Error

Lesson 2: Creating a Website and Adding New Pages

Server Options When Creating a Website

OptionNotes
File SystemDebugs within VS ASP.NET development server.
FTPTypically used with a remote server.
HTTPSite is deployed inside IIS (locally or remotely). Remote server requires the WebDAV Publishing role service or MS Front Page Server Extensions 2002. NOTE: IIS 7.5 doesn't support Front Page Server Extensions because it uses WebDAV natively; therefore this option is not available for IIS 7.5.

Website vs. Web Application

Web applications differ from websites in several important ways.


Lesson 3: Working with Web Configuration Files