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 the response.write() and response.output.write() methods?
Should I delete cookies?
What is the difference between user control and custom control?
Is viewstate secure?
How can we identify that the Page is Post Back?
How use Xml data in ASP.net?
What are user controls?
What is content place holder?
What are the uses of list view control in Asp.net?
What do you understand from custom control?
What is the difference between the get method () and post method ()?
What is session in web technology?
What is the application pool?
What is routing in MVC?
Can you explain the importance of finalize method in .net?