What is different between webconfig.xml & Machineconfig.xml ?
Answer Posted / sulochana singh
Web.config & machine.config both are configuration files.Web.config contains settings specific to an application where as machine.config contains settings to a computer. The Configuration system first searches settings in machine.config file & then looks in application configuration files.Web.config, can appear in multiple directories on an ASP.NET Web application server. Each Web.config file applies configuration settings to its own directory and all child directories below it. There is only Machine.config file on a web server.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to set the pane area to transparent of a scrollPane component.?
Is it possible to migrate visual interdev design-time controls to asp.net?
What are Master Pages in ASP.NET?
Can I read the hard disk serial # of the client computer using asp.net?
What is bson in web api?
What is the request flow used for asp.net mvc framework? : asp.net mvc
Explain how cookies work.
What are the different types of sessions in asp.net?
Describe session handling in a webfarm, how does it work and what are the limits?
What's the ASP.Net Application life cycle?
Describe the master page.
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
List the types of authentication supported by asp.net?
What do you understand from custom control?
What is the use of express session?