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
Why asp.net is used?
What is the difference between page-level caching and fragment caching?
Explain the server control events of asp.net ?
How use Xml data in ASP.net?
Is asp.net a programming language or framework?
Explain how viewstate is being formed?
What is session in web technology?
Explain transparent caching with aop?
What is the difference between pathparam and queryparam?
Explain what does mvc represent in asp.net? : asp.net mvc
What is asp.net version?
Can I have a unique key as foreign key?
Differentiate strong typing and weak typing
Explain the different types of assemblies?
how to transfer the file from client to server using asp.net