What was the difference between machine.config and
web.config files
Answer Posted / sanjay bisht
machine. config is configuration file for all the
application in the IIS.
web.config is a configuration file for a application or
folder
machine.config for machine level configuration.
web.config for a application/folder level configuration
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is the file through which you can customize your asp.net application?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
How do we assign page-specific attributes?
Can I combine classic asp and asp.net pages?
What is server infrastructure & server components?
What is difference between Fragment Caching and Page Caching in ASP.NET?
What is bson in web api?
what are the Custom controls in asp.net?
What is the difference between GridView and Repeater controls in ASP.NET?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is ispostback method in asp.net? Why do we use that?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
Explain the purpose of storyboard.targetproperty.
What is _viewstart?
Describe the application event handlers in ASP.NET?