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
Differentiate between structure and class.
How many validators do ASP.NET have?
How to implement globalization and localization in the use interface in .net.
Explain about secure socket layer?
where can i gather the materials for MCP certification
Which object wraps the state or data of a user?
What are demand-paging and pre-paging?
What are the ways to sending the data in ASP.NET page?
How would ASP and ASP.NET applications run at the same time on the same server?
What is a viewbag?
Why do we need Sessions?
Explain Life cycle of ASP.NET page when a request is made.
What is the use of placeholder control? Can we see it at runtime?
What do you mean by marshalbyref?
Which is faster viewdata or viewbag?