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 |
What does AspCompat="true" mean and when should I use it?
Why asp.net is better than php?
What is masterpage?
When during the page processing cycle is ViewState available?
What?s the difference between Response.Write() and Response.Output.Write()?
2 Answers Siebel, Visual Soft,
what are the types of ASP objects ?
WHAT IS THE SEQUENCE IN WHICH ASP.NET EVENTS IS PROCEED?
How can you enable impersonation in the web.config file?
Breifly explain about stack and heap memory Managemet?
what is SQL cache Invalidation?
What are the types of authentications in ASP.NET?
2 Answers Accenture, BirlaSoft,
What is data caching?