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 viewstate and hidden field in asp.net?
What is a uri query?
What is difference between mvc and asp.net? : Asp.Net MVC
What is the difference between session and application?
How to do state management in ASP.NET?
What is the file through which you can customize your asp.net application?
What is Web API Routing?
What is advantage of code behind coding in ASP.NET?
Can we set which type of comparison we want to perform by the CompareValidator control?
What is repository pattern in mvc.net? : asp.net mvc
What are the new web part controls in asp.net 2.0 ?
How you can add an event handler?
Explain how can we inherit a static member?
What are asp.net web forms?
What is break mode?