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 / rahul
The correct answer is A it is to store the global
information and variable definition for the application.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
What is the difference between web config and machine config files?
Explain the boxing and unboxing concept in .net?
What do you understand from custom control?
Difference between overriding and overloading?
What is session handling in a webfarm, how it can work with its limits?
Why does my asp.net file have multiple tag with runat=server?
Is viewstate secure?
What is preprocessor in .net?
What is autopost?
How can you handle exceptions in asp.net?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
How can you make sure that web api returns json data only?
How can we create a website?
Difference between Response.redirect vs server.transfer?
What is the difference between table and query?