What is machine.config and web.config ?
Answer Posted / nitya
Machine.config file is for all ASP.NET's Application. it is
only one.
if u apply anything in machine.config file then it is
applied on all ASP.NET application.Machine.config file is
universal..
while web.config file is only for particular ASP.NET
application. each ASP.NET application has different file.
Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What is the request flow used for asp.net mvc framework? : asp.net mvc
List the events in page life cycle.
What do you mean by caching in asp.net?
What is ispostback method in asp.net? Why do we use that?
What is query string?
What is the purpose of using MVC programming pattern in ASP.NET?
Which data type does the rangevalidator control support?
What do you mean by role-based security?
What does mvc represent in asp.net? : asp.net mvc
What are directives in asp.net?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What is an il?
COM+ Used ________________ Isolation Level
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?