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 can you handle exceptions in asp.net?
Explain swagger components.
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
Can you nest updatepanel within each other?
What are client activated objects?
Explain the difference between asp.net mvc and asp.net webforms
Explain how can we access static variable?
What is the difference between system.stringbuilder and system.string
List the advantages and disadvantages of user control an custom control?
Which property is used to identify the Page is Post Back in ASP.NET?
What is the concepts of globalization and localization in .net?
What is the difference between mvc and asp.net? : Asp.Net MVC
What is the difference between client-side and server-side validations in webpages?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
Define the term Web Garden?