What is machine.config and web.config ?
Answer Posted / nitya
Machine.config file is for all ASP.NET's Application. it is
only one.
if u apply anything in machine.config file then it is
applied on all ASP.NET application.Machine.config file is
universal..
while web.config file is only for particular ASP.NET
application. each ASP.NET application has different file.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Explain server-side scripting and client-side scripting.
Explain the asp.net mvc request life cycle? : asp.net mvc
What is http post and http get?
What does asp stand for in asp.net?
What are type/key pairs in client script registration?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
What are the new navigation controls in asp.net 2.0?
What is a proxy in web service?
What do you mean by query string?
What is authentication in asp.net?
What is web api and why to use it?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
What is a ashx file?
how to retrieve property settings from xml .config file.
What is connection pooling and how to enable and disable connection pooling?