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 are the events raised in asp.net page life cycle?in which stage view state can be loaded?
How do you validate the controls in an ASP .NET page?
In asp.net 3.5 we can go one page to onther page without using statemanagment concept?
How do you define authentication in Web.Config?
2 Answers Accenture, BirlaSoft, IBM,
Is it possible to write code in many languages in one asp.net project?
What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.
Can we set master page as a start page?
Define repository pattern in mvc.net? : asp.net mvc
What is the difference between Trace and Debug?
What is web.config and machine.config ?
3 Answers Collabor, NDPL, TCS,
what is Versioning in asp.net and how it maintain in any web application
What is three major points in WCF?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)