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 are the features that make asp.net more used framework? : asp.net mvc
Define what is razor? : asp.net mvc
What is event bubbling?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
How to disable disable browser's Back button in asp.net (JavaScript)?
What are session and cookies?
Explain the concept of View Model in MVC?
Explain diff. Betn dataset and recordset?
3. What goals do you have in your career?
What is Model-View-View Model?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
How can we communicate with each server in N-tier Architecture? and what are the methods?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is difference between session and cookies in asp net?
Is post back property in asp net?