What is difference between machine.config and Web.Config?
Answer Posted / madhunathanv
Web.config is particular WebApplication Specific,it has
diff web.config files for different applications.
Machine.config is Whole .Net Application specific ,it is
only one.ie..,machine.config applies to the entire machine
The Configuration system first searches settings in
machine.config file & then looks in application
configuration files(web.config)
AFAIK
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Can I read the hard disk serial # of the client computer using asp.net?
Why do we use web config?
Explain difference between friend and protected friend?
How do http sessions work?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
Explain serialization and deserialization?
What’s the catch?
What are validator? Name the validation controls in asp.net? How do you disable them?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is an imagemap in asp.net?
what is AutoEventWireUp and what is the use of This property explain in details?
Can you explain one critical mapping? Performance issue which one is better?
How will you load dynamic assembly?
A Web Service Can Only Be Written In .net. Is it True??
How to use push notification?