What is the difference between web.config and machine.config
ASP.NETPublished on
11:31 PMBy:
Praveen Kumar Singh
In:ASP.NET
=> The configuration settings defined in web.config are applied to that web application and the configuration settings defined in the machine.config are applied for the entire ASP.NET application.
0 comments:
Post a Comment