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
What kind of data can be stored in viewstate?
What is runat?
List all templates of the repeater control.
How many types of state management are there in asp net?
In which event of page cycle is the viewstate available?
What is the use of the tag in the web.config file?
What is the postback property in asp.net?
What is http post action?
What is http request and response?
How can you enable impersonation in the web.config file?
How you will improve web application performance?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
Is a dll file an executable?
What is a user session?
What is session in asp.net?