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 / pradeep
a) It is very essential for the configuration purpose,without web config,many things are hard to do it..
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How can we create Tree control in asp.net?
Why mvc is faster than asp.net? : Asp.Net MVC
How does a content page different from a master page?
What is cookies in asp net?
What are the navigation ways between pages available in ASP.NET?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
How do you change the session time-out value?
What is in a session cookie?
How to disable validator control by client side JavaScript?
What are all the various Estimation Techniques available ?
What is the difference between session.abandon() vs clear()?
Which methods validate all the controls on a page?
In order to get assembly info which namespace we should import?
Distinguish between Server-side and Client-side code with its functionality?
Describe state management in asp.net?