What was the difference between machine.config and
web.config files
Answer Posted / sanjay bisht
machine. config is configuration file for all the
application in the IIS.
web.config is a configuration file for a application or
folder
machine.config for machine level configuration.
web.config for a application/folder level configuration
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
Is a dll file an executable?
What are the contents of cookie?
List the major built-in objects in asp.net?
What is a web api endpoint?
Is it right that ASP.NET Web API has replaced WCF?
What are the types of caching in asp.net?
What is the postback property in asp.net?
What is view state and how it works in asp net?
What is true about application service provider?
What is full form of asp.net?
What is cross page posting? How is it done?
What I need to create and run an asp.net application?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?