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 is the difference between executescalar and executenonquery?
What does postback mean?
What are the navigation ways between pages available in ASP.NET?
Mention the namespace that is used to include .net data provider for sql server in .net code?
In how many ways we can retrieve table records count?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
What are client activated objects?
How do you sign out from forms authentication?
What is the file through which you can customize your asp.net application?
What is the difference between adding reference in solution explorer and adding references by using ?
From which base class all web forms are inherited?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
How does a content page different from a master page?
Why do we need asp.net?
In the Repeater control which way you can edit?