What was the difference between machine.config and
web.config files
Answers were Sorted based on User's Feedback
Answer / naveen malik
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 ? | 2 Yes | 0 No |
Answer / srinu
machine. config is configuration file for all the
application in the IIS.
web.config is a configuration file for a application or
folder
machine.config for machine level configuration.
web.config for a application/folder level configuration
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / abu
WebConfig: It's more than one web.config files in application
Machine: Only One
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / 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 |
Answer / m.srinivasarao
Machine.config:This is automatically installed when you
install Visual Studio. Net.This is also called machine level
configuration file. Only one Machine.config file exists on a
server.This file is at the highest level in the
configuration hierarchy.
Web.config:This is automatically created when you create
an ASP.Net web application project. This is also called
application level configuration file. This file inherits
setting from the Machine.config
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kalyan ch sarkar
Two types of configuration files supported by ASP.Net.
Configuration files are used to control and manage the
behavior of a web application.
i) Machine.config
ii)Web.config
Difference between Machine.Config and Web.Config
Machine.Config:
i) This is automatically installed when you install Visual
Studio. Net.
ii) This is also called machine level configuration file.
iii)Only one machine.config file exists on a server.
iv) This file is at the highest level in the configuration
hierarchy.
Web.Config:
i) This is automatically created when you create an
ASP.Net web application project.
ii) This is also called application level configuration
file.
iii)This file inherits setting from the machine.config
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mansi
Two types of configuration files supported by ASP.Net.
Configuration files are used to control and manage the behavior of a web application.
i) Machine.config
ii)Web.config
Difference between Machine.Config and Web.Config
Machine.Config:
i) This is automatically installed when you install Visual Studio. Net.
ii) This is also called machine level configuration file.
iii)Only one machine.config file exists on a server.
iv) This file is at the highest level in the configuration hierarchy.
Web.Config:
i) This is automatically created when you create an ASP.Net web application project.
ii) This is also called application level configuration file.
iii)This file inherits setting from the machine.config
| Is This Answer Correct ? | 0 Yes | 0 No |
When web.config is called ?
where can i gather the materials for MCP certification
Which Is Faster MVC or ASP.net ?
What are the two properties that are common in every validation control?
how to include timer or counting time to display next page in asp.net
How can we Validate a Controls in ASP.NET page using JavaScript?
Describe and In Process Vs Out of Process component. Which is faster?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
Explain current thinking around IClonable.
Web API uses which library for JSON serialization?
Describe a Windows Service and its lifecycle ?
What is serialization?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)