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
What does clearing cache?
What are the disadvantages of view state?
Is viewstate secure?
Is asp.net 64-bit enabled? How?
Explain form level validation and field level validation?
What is repository pattern in mvc.net? : asp.net mvc
What is the difference between session and application?
Which is faster union or union all?
What are the built-in objects in asp.net?
Which authentication uses a combination of windows and iis authentication?
What are the types of caching in asp.net?
What is loop in asp.net?
How do you remove duplicates without using remove duplicate stage?
How to reduce the width of textbox in editcommandcolumn of datagrid?
What is the use of view state?