What is difference between machine.config and Web.Config?
Answer Posted / sandip divate
machine.config is for configuration settings of all the
applications on a machine. where as web.config is
application specific.it contains configuration settings for
a application.
Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
Explain what is an abstract class?
What do you mean by authentication?
Is session stored in browser?
What is advantage of asp.net?
What is query string? What are its advantages and limitations?
What are the asp.net list controls and difference between them?
in which protocol ASP.NET WEB API Work?
Define static function?
Explain the advantages of caching?
What are validator? Name the validation controls in asp.net? How do you disable them?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What are the different types of cookies in asp.net?
What are query strings used for?
What is asp.net localization?
Explain client side state management system.