What is web.config and machine.config ?
Answer Posted / dhananjay nazare
web.Config: Web.Config file is maintained within a
particular Web application and the Configuration setting
specified within web.config file is applicable to that
application only.
Machin.Config: Machin.Config file is maintained within .Net
framework derectories and configuration setting within
Machin.Config file affects all the managed application
deployed on that machin
Is This Answer Correct ? | 56 Yes | 5 No |
Post New Answer View All Answers
How would you get asp.net running in apache web servers? Explain it's limitations.
Explain a program using razor view engine to create a simple application? : asp.net mvc
What is the basic difference between asp and asp.net?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
What is httpresponse?
Can we have multiple web config files for an asp.net application?
How can you pass multiple complex types in Web API?
What are different types of api?
What is http request and response?
What is base class of button control in .net?
What does asp in asp.net stand for?
What is the extension of master page in asp.net?
Explain how can we inherit a static member?
What is the difference between adding reference in solution explorer and adding references by using ?
What does session_start () do?