What was the difference between machine.config and
web.config files

Answer Posted / morasa.srinivasarao

Machine.Config:-

1. This file comes from the Visual Studio .net installation.
2. You can refer this file as machine level configuration
file.
3. This file you can search in the server.


Web.Config:-

1. This file gets created with your application.
2. You can refer this file as application level
configuration file.
3. This file inherits setting from the machine.config

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the features of asp.net mvc?

682


Explain asp.net page life cycle?

820


How many languages are supported by .NET at present time?

515


What is the difference between login controls and forms authentication?

722


What is viewstate? What does the “enableviewstate” property do?

701


Explain an object, class and method.

717


In which situation can you not use a viewstate?

707


Explain the difference between the web config and machine config.

803


What’s the difference between response .redirect and server.transfer?

705


How you can add an event handler?

722


Write a code for passing ArrayList in Web API?

1235


What is the difference between custom controls and user controls?

671


What type of code, client-side or server-side, is found in a code-behind file of a Web page?

752


Describe the .net base class library.

709


Explain the asp.net mvc request life cycle? : asp.net mvc

656