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 is difference between web api and web services?
What is the difference between session and viewstate in asp.net?
Explain the difference between authentication and authorization.
What is the postback property in asp.net?
What do you mean by query string?
What is break mode?
What events will occur when a page is loaded?
What is a viewbag?
What is the difference between exe and dll?
What's the use of response.output.write()?
How does ASP.NET framework maps client side events to Server side events.?
Why asp.net is used?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
What is difference between view state and session state?
What are the properties of the eventargs argument when capturing keyboard events?