What is the Web.config file used for?
a) To store the global information and variable definition
for the application.
b) Configures the time that the server-side codebehind
module is called
c) To Configure the Web Server.
d) To Configure the Web browser.
Answer Posted / taran
a) ; majorly it does this only and along with it you can do
other things like: viewstae encryption, viewstate enabling,
authentication mode,sql connection string etc.
Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is parse in asp.net?
What is the difference between CLICK and MOUSE DOWN Event ?
Is there any limit for query string? Means what is the maximum size?
What are the new features added from ASP to ASP.NET?
Can you explain autopostback?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
14. What are your Future Plans for Swatz Oils GROUP U.K?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What is ashx file in asp.net?
Diff between web user control and web custom control?
What is custom attribute?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Explain diff between dataset and datareader?
Explain the components of web form in asp.net
Can we have multiple web config files for an asp.net application?