What was the difference between machine.config and
web.config files
Answer Posted / vijay
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 ? | 86 Yes | 4 No |
Post New Answer View All Answers
What is localhost in asp.net?
What is the difference between adding reference in solution explorer and adding references by using ?
Is LINQ performance wise better or using sqlcommand?
What is difference between View State and Hidden Field in ASP.NET?
Which class is used to send an email message from an ASP.NET Web page?
Explain what are webservices?
What is a gridview in asp.net?
Which dll handles the request of .aspx page?
What are the asp.net 2.0 features?
Is web config mandatory?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What is is post back property in asp net?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What is http post action?