Name and describe some HTTP Status Codes and what they express to the requesting client ?

Answer Posted / gitam singh

When users try to access content on a server that is running Internet Information Services (IIS) through HTTP or File Transfer Protocol (FTP), IIS returns a numeric code that indicates the status of the request. This status code is recorded in the IIS log, and it may also be displayed in the Web browser or FTP client. The status code can indicate whether a particular request is successful or unsuccessful and can also reveal the exact reason why a request is unsuccessful. There are 5 groups ranging from 1xx - 5xx of http status codes exists.
101 - Switching protocols.
200 - OK. The client request has succeeded
302 - Object moved.
400 - Bad request.
500.13 - Web server is too busy.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?

549


How do http sessions work?

501


Do you know caching feature?

565


Explain the difference between an exe and a dll?

529


What is the difference between CC and BCC?

618






Is session server side or client side?

531


Is asp.net web forms dead?

513


What is caching? Explain.

551


List the asp.net validation controls?

527


Which method is used to force all the validation controls to run?

553


What is Web API Routing?

607


Explain the difference between Repeater and Data list control in ASP.NET?

620


What do you mean by serialize?

549


Why we use asp.net for website development?

498


How do you open a page in a new window?

553