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



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

Answer / 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

More ASP.NET Interview Questions

What is the use of response redirect in asp.net?

1 Answers  


Explain the main differences between asp and asp.net?

1 Answers  


What is a transaction? a) A banking term. b) A concept used to describe a step in the business process. c) A combination of DML steps that must succeed or the data is retuned to its initial state. d) A combination of DDL steps that must succeed or the data is retuned to its initial state.

5 Answers   Syntax Softtech,


Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?

1 Answers  


Types of values mode can hold session state in web.config ?

1 Answers   Accenture, Parrot Systems,


Which of the following hosts Can't be used to create .net Application? a) IIS b) Internet Explorer c) ASP.Net d) Windows Shell Which one is correct?

1 Answers   CTS, TCS,


What is the caspol.exe tool used for?

1 Answers  


Where would you use an ihttpmodule, and what are the limitations if any?

1 Answers  


How to Insert a TextBox value in to Sql database using C# coding?

17 Answers   HCL, Sona, TCS,


Using shadow variable is good or bad for application?

1 Answers   Keane India Ltd,


What is view state and how it works in asp net?

1 Answers  


How many types is controls is there in Asp.Net?If it means what are types of custom controls?Explain about user controls,Web server controls,Hrml server controls?

1 Answers   Cap Gemini, TCS,


Categories