What was the difference between machine.config and
web.config files
Answer Posted / m.srinivasarao
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
Define web.config in .net?
Is there any alternative to avoid name collisions other then Namespaces?
What language is asp.net written in?
What are the advantages and disadvantages of Using Cookies?
Is it possible to migrate visual interdev design-time controls to asp.net?
What do you understand from custom control?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
How you will handle session when deploying application in more than a server?
What is the part of url?
How can we update records in gridview?Is there any appropriate code for it?
What is the difference between asp.net and mvc?
How many types of validators are there in asp net?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
What is the maximum amount of memory any single process on windows can address?
How can you handle exceptions in asp.net?