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
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What is server components?
Explain about asp.net 2.0 themes?
Can any body provide me the sample web application in asp.net
What is the difference between ASP Session State and ASP.Net Session State?
Explain the difference between or and orelse?
What is session and cookies in asp.net?
What is difference between abstract class and an interface?
What is intrinsic objects in asp.net?
What is form method?
What is xaml? Are xaml file compiled or built on runtime?
What is viewstategenerator?
What threading model used in asp and asp.net?
What are the 3 levels at which content pages can be attached to Master Page?
I’m having some trouble with cas. How can I diagnose my problem?