2
Reply

What is the difference Between Web.config and machine.config?

uday kanna

uday kanna

13y
4.1k
0
Reply

    HI 


    The main difference between Machine.config and web.config is as follows:
    Machine.config is machine level config file,means if you make any changes into this file, it will applicable for all application which exists on same machine.

    While Web.config settings only applicable for application level.This file is best place to keep your connection string and SMTP like settings and so on.

    Warm Regards
    Sachin Kalia

    Hey Uday,

    Please take a look at the following.

    http://www.dotnetspark.com/qa/2503-difference-between-machineconfig-and-webconfig.aspx

    Post back, if still needs more informtion.Cheers.