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
Explain the Session state management options available with ASP.NET?
How can we update records in gridview?Is there any appropriate code for it?
What is difference between web api and web services?
What are sql notifications and sql invalidations?
What is difference between singleton and single call?
What is an il?
Which .NET framework supports Web API?
What is application in asp net?
Is it possible to apply themes to an asp.net application? If yes, then how?
How can we communicate with each server in N-tier Architecture? and what are the methods?
What is an axd file?
How does cookies work in asp net?
How can you handle unmanaged code exceptions in asp.net?
What is query string in asp.net?
How is a session stored and maintained in asp.net?