What was the difference between machine.config and
web.config files
Answer Posted / reha
when you want to set some settings/properties common to all
the applications falling under same web server then go for
machine.config. If you want apply the settings individually
to each web application then go for web.config.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
What is the purpose of using MVC programming pattern in ASP.NET?
What does asp stand for in asp.net?
Define reflection in .net?
What is the difference between session object and application object?
What is a swagger in web api?
What is a viewstate?
How do u optimize a query in asp.net?
Explain the working of passport authentication.
Explain the concept of MVC Scaffolding?
What's the difference between viewstate and sessionstate?
Is post back in asp.net?
What are the benefits of Razor View?
In how many ways we can retrieve table records count?
What is Web API?