What was the difference between machine.config and
web.config files
Answer Posted / m.srinivasarao
Machine.config:This is automatically installed when you
install Visual Studio. Net.This is also called machine level
configuration file. Only one Machine.config file exists on a
server.This file is at the highest level in the
configuration hierarchy.
Web.config:This is automatically created when you create
an ASP.Net web application project. This is also called
application level configuration file. This file inherits
setting from the Machine.config
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is global asax mandatory?
What is viewstategenerator?
Differentiate strong typing and weak typing
Define authentication and authorization.
What is the difference between custom controls and user controls?
Explain the difference between Web Garden and Web Farm?
What are cookies in asp.net?
Explain difference between friend and protected friend?
What is Cookies Less Session?
What is distributed system in asp.net?
What language is asp.net written in?
Explain the overview of asp.net?
What is the extension of master page in asp.net?
What is the life cycle of web page?
What is globalization and localization in asp net?