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

Why do we use Option Explicit?

2 Answers   Microsoft,


What is caching and types of caching ?

2 Answers   Infosys,


How can u debug your .net application?

0 Answers  


What is the difference between a cookie and a pixel?

0 Answers  


Explain the purpose of storyboard.targetproperty.

0 Answers  






Explain how asp.net page works?

0 Answers  


Types of objects in ASP?

8 Answers   Beget, Microsoft,


What is Difference between Callbacks and Postback in ASP.NET?

11 Answers  


How dataadapter.fill works?

0 Answers  


what are debugging types in .net?

2 Answers   ABC, NIIT,


What is the difference between the get method () and post method ()?

0 Answers  


What is SOAP, UDDI and WSDL ?

2 Answers   Infosys, Network, TCS, Wipro,


Categories