top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the difference between “Web.config” and “Machine.Config”?

+2 votes
385 views
What is the difference between “Web.config” and “Machine.Config”?
posted Feb 19, 2014 by Vishvachi Tiwari

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

“Web.config” files apply settings to each web application, while “Machine.config” file apply
settings to all ASP.NET applications.

answer Feb 19, 2014 by Atul Mishra
...