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 is event bubbling?
What is a url string?
witch is the best insistute in sharpoint course.what abt future of share point course.
How would you get asp.net running in apache web servers? Explain it's limitations.
What is the difference between viewstate and hidden field in asp.net?
How to prevent client side validation from the ASP.NET validation controls?
Explain the differences between managed and unmanaged code?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is the use of session?
What is difference between session and cookies?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
What is the difference between mechine.config and web.config?
Explain the main function of razor in asp.net? : asp.net mvc
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
To display data in a Repeater control which template you provide?