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
Why mvc is faster than asp.net? : Asp.Net MVC
Explain parts of assembly?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What does a switch do?
What is master page in dtp?
What are session cookies?
Give an example of cookie abuse.
What's the difference between viewstate and sessionstate?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
How do I create a web form?
How to make paging concepts in datagrid in ASP.NET?
List some of the important session state modes of asp.net.
what is silver light when will we use silver light,
List the events in page life cycle.
How Can assign alias name for ASP.NET Web API Action?