Answer Posted / tiger.net
This is the configuration file for the application, its
common practice for having application level config
settings available for the website.
We can have multiple web.config files for the application.
All the config settings of the application can be managed
and can be encrypted if requirement demands.
We can manage database connection, session settings,
authentication, authorization,...etc
We have machine.config file that can provide the config
settings for the websites, but it is laid per machine,
which is not not a good practice to use it, so in web
applications we can place the web.cnfig file for each
application, which has higher precidence over the
machine.config file.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does it mean your session has timed out?
How many types of sessions are there in asp net?
Are cookies client side or server side?
What is the difference between localization and globalization?
Why cyclomatic complexity is important?
What is the difference between session and viewstate?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
How use Xml data in ASP.net?
Which method is used to force all the validation controls to run?
Explain the overview of asp.net?
What are the various types of validation controls provided by asp.net?
What is difference between view state and session state?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
Can more than one person use the same login?
Explain about asp.net 2.0 themes?