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 the biggest disadvantage of “Other Return Types” in Web API?
A Web Service Can Only Be Written In .net. Is it True??
Why is the standalone environment only useful during the development process?
Explain different types of Caching techniques in ASP.NET?
What are the Types of session management in ASP.NET
Where can I get information on cookies in asp.net?
Can we use a static function with a non-static variable?
How you can stop the validation of ASP.NET controls from client side?
What is the difference between web config and machine config files?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
What are session state modes in asp.net?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
What are the different methods of session maintenance in asp.net?
What is parse in asp.net?
Is razor a programming language?