|
| ||||||||||
| Tags: aspnet, file, mahcineconfig, net, webconfig |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Difference between Web.Config and Machine.Config File
|
|
#2
| |||
| |||
| Re: Difference between Web.Config and Machine.Config File
I don't have that much knowledge about the .net but, I know that machine. config is a file which is configuration file and it comes under the IIS. And if you consider the web.config then it is the configuration file for a application or folder. So, you can simply come to know that machine.config is having the machine level configuration. And web.config is a application/folder level configuration. |
|
#3
| ||||
| ||||
| Re: Difference between Web.Config and Machine.Config File
web.config: As you come to know from the extension that this is the configuration file and it is used in the Asp .net web application. This file is comes into the asp.net application and it is having configuration which is required for the corresponding application. Machine.config is Whole .Net Application specific. It is also a configuration file. If you are using this file then it will applicable for the entire machine. |
|
#4
| ||||
| ||||
| Re: Difference between Web.Config and Machine.Config File
Difference between Machine.Config and Web.Config Machine.Config:
Web.Config:
|
|
#5
| ||||
| ||||
| Re: Difference between Web.Config and Machine.Config File
In web.config we can store following :
|
|
#6
| ||||
| ||||
| Re: Difference between Web.Config and Machine.Config File
Machine.Config:-
Web.Config:-
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Difference between Web.Config and Machine.Config File" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Config.xml not specified. Valid config.xml file must be authored when deploying '(null)' Error 25004 | Jaiya | Operating Systems | 8 | 18-04-2011 08:09 AM |
| Error parsing c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config on startup | Jaiya | Operating Systems | 5 | 17-04-2011 08:51 AM |
| Config file of Crysis 2 | Edgar Arular | Video Games | 5 | 26-03-2011 10:22 AM |
| How to make changes in web.config file in asp.net | Meditation | Software Development | 6 | 26-02-2011 08:56 AM |
| VB .net App.Config file in the project | AmolP | Software Development | 3 | 06-02-2009 09:26 PM |