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

Is asp.net outdated?

536


how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool

1649


Is asp.net web forms dead?

517


i want to implement grid view value in paypal site. so how to create this code in asp.net with C#

1503


How can you register a custom server control to a web page?

553






In which event of the page viewstate is available?

470


What is difference between View State and Hidden Field in ASP.NET?

666


What is a postback url?

497


Tell me the code snippet to show how we can return 404 errors from HttpError?

793


What is inheritance and an how it be used, example with an example?

592


What is the life-span of the items in the viewstate?

505


Why is global asax is used for?

520


What are the Types of authentications in IIS

601


In which situation can you not use a viewstate?

538


What is meant by web application?

550