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


Please Help Members By Posting Answers For Below Questions

What is the request flow used for asp.net mvc framework? : asp.net mvc

759


List the events in page life cycle.

758


What do you mean by caching in asp.net?

775


What is ispostback method in asp.net? Why do we use that?

884


What is query string?

812


What is the purpose of using MVC programming pattern in ASP.NET?

808


Which data type does the rangevalidator control support?

749


What do you mean by role-based security?

778


What does mvc represent in asp.net? : asp.net mvc

802


What are directives in asp.net?

732


How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?

747


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?

812


What is an il?

774


COM+ Used ________________ Isolation Level

1749


What are the different types of events are occured when a client requests an ASP.NET page from IIS server?

865