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

List of words of preprocessor in .net?

603


How to prevent client side validation from the ASP.NET validation controls?

666


Why viewstate is used in asp.net?

620


What is the difference between application state and caching?

638


What is asp.net used for?

689






What is OSI layer? Explain different layers.

685


A web service can only be written in .net? State whether true or false.

624


How to handle errors in Web API?

735


if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.

1928


What are the different web pages?

573


How does asp.net work?

638


How to you can limit Access to Web API to Specific HTTP Verb?

766


How to rename a table using sql queries?

647


To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?

697


What does aspcompat="true" mean?

652