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
Differentiate between structure and class.
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
Where is http session stored?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
Where is cookie used in asp.net?
Which is faster union or union all?
How can we identify that the page is post back in asp net?
Write the different features of a Thread and a Process?
How do I create a web form?
Define a multilingual website?
What should you do is you want to remove an existing component but would like to make some funtionalities?
How do you create a master page?
What is session state server?
What are the different types of validation controls provided in ASP.NET?
If we remove web.config or machine.config from the application then, is this application will works?