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
Can you explain one critical mapping? Performance issue which one is better?
What are the ways to sending the data in ASP.NET page?
What is the default Orientation property in a Menu control?
What is http post action?
Why do we use datasource in asp.net?
How to use multiple scriptmanager controls in a web page?
What is the use of service provider?
What is application variable in asp.net?
Why we use content place holder in asp.net?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What is preprocessor in .net? Where it use?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
What is preprocessor in .net?
What is Partial PostBack in ASP.NET?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?