What was the difference between machine.config and
web.config files
Answer Posted / sanjay maurya
What are the two types of configuration files supported by
ASP.Net?
Configuration files are used to control and manage the
behavior of a web application.
? Machine.config
? Web.config
Difference between Machine.Config and Web.Config?
Machine.Config:
? This is automatically installed when you install Visual
Studio. Net.
? This is also called machine level configuration file.
? Only one machine.config file exists on a server.
? This file is at the highest level in the configuration
hierarchy.
Web.Config:
? This is automatically created when you create an ASP.Net
web application project.
? This is also called application level configuration file.
? This file inherits setting from the machine.config
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is cross page posting? How is it done?
What is connection pooling and how to enable and disable connection pooling?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What are the modes of updation in an updatepanel?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What does asp in asp.net stand for?
If 200 is for all successful operation then why do we have 201 response codes?
What are assemblies and namespaces and explain the difference between them ?
Explain advantages of caching?
Who creates jsessionid?
What are cookies in asp.net?
What is httpresponse?
What is applicatio domain?
Which tool you have done?
Where can I get information on cookies in asp.net?