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 is diff between responseexpires and expiresabsolute
If we write return statement in finally block will it works fine or throws any error?
To make Cache item dependent on a file,directory or other cached item ,you should create an instance of which clause?
What does setting a control's EnableViewState property to false accomplish?
What is .Net3.0 and .Net3.5? Describe something about that Features..
When Garbage Collector runs in an Application? 1)Application is running form more than 30 min. 2)On every 1/4th milisecond 3) Randomly 4) Application is running on low of memory
How to find last error which occurred?
What is the use of session?
Explain the main function of razor in asp.net? : asp.net mvc
What is GAC in ASP.NET 2.0
What is the difference between stored procedure vs function?
What is custom control. What is the difference between custom control and user control?