What is the use of web.config? Difference between
machine.config and Web.config?
Answer Posted / karthikkommandi
Web.Config for Application Level Settings
Machine.Config is for Server level Settings
If any Settings are not Specified in Web.Config It will get
from Machine.Config by Default
| Is This Answer Correct ? | 29 Yes | 4 No |
Post New Answer View All Answers
how to retrieve property settings from xml .config file.
Where is the view state data stored?
Explain the difference between an exe and a dll?
How is it possible for .NET to support many languages?
What is a Cookie? Where is it used in ASP.NET?
What is repository pattern in mvc.net? : asp.net mvc
Write some code using interfaces, virtual methods, and an abstract class`
How is the asp.net mvc architecture different from others? : asp.net mvc
What is the use of ASP.NET routing?
How does exception management works in ASP.NET?
Explain how can we inherit a static member?
Can we store object in viewstate?
What is globalization and localization in asp net?
Define what is razor? : asp.net mvc
Which library is used by the testers and developers to develop automated tests and create testing tools?