Intro to ASP.NET 4 Flashcards

1
Q

Distributed Authoring and Versioning (DAV)

A

A set of extensions to HTTP 1.1 It provides the ability to lock and unlock files and the ability to designate versions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Status code group 1xx

A

Informational:

the request was received and the server is continuing to process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Status code group 2xx

A

Success

The action was successfully received, understood and accepted

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Status code group 3xx

A

Redirect Command

The client must access a different resource instead

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Status code group 4xx

A

Client Error

the request has a syntax error or the server does not know how to fulfill the request

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Status code group 5xx

A

Server Error

the server failed to fulfill a request that appears to be valid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Status code 100

A

continue

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Status code 200

A

OK

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Status code 201

A

Created

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Status code 300

A

Multiple choices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Status code 301

A

Moved Permanently

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Status Code 302

A

Found

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Status Code 400

A

Bad Request

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Status code 401

A

Unauthorized

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Status code 403

A

Forbidden

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Status code 404

A

Not Found

17
Q

Status code 407

A

Proxy Authentication Required

18
Q

Status code 408

A

Request time-out

19
Q

Status code 413

A

Request entity too large

20
Q

Status Code 500

A

Internal Server Error

21
Q

Status Code 501

A

Not Implemented