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
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
What are the different properties of server control that exists?
Why is global asax is used for?
What are the different methods of session maintenance in asp.net?
If you are using components in your application, how can you handle exceptions raised in a component?
Explain the difference between or and orelse?
What are the events in a page life cycle?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
What is viewstate? What does the “enableviewstate” property do?
What is the current version of asp.net?
What is the difference between a page theme and a global theme?
What is Model-View-View Model?
How can you ensure a permanent cookie?
What is the adavantage of using ASP.NET routing?
Can you use Web API with ASP.NET Web Form?