What was the difference between machine.config and
web.config files
Answer Posted / ranjeet kumar
web.config files apply settings to each web application,
but
machine.congig file apply settings to all asp.net
applications.
Is This Answer Correct ? | 52 Yes | 6 No |
Post New Answer View All Answers
How will you load dynamic assembly? How will create assesblies at run time?
What is base class of .net?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
What is the difference between cookie and session?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What are early binding and late binding.
Can one dll file contains the compiled code of more than one .net language?
What is the state management in asp.net?
Can you nest updatepanel within each other?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
What is the use of global.asax file?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
What is the mvc model?
What is mvc in angular?
What is the difference between the get method () and post method ()?