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
Which adapter should you use, if you want to get the data from an access database?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
COM+ Used ________________ Isolation Level
How can I configure asp.net applications that are running on a remote machine?
Whats the difference between abstract factory pattern and factory pattern?
How we can force all the validation controls to run?
How do I publish my asp.net application to my isp's web server?
How dataadapter.fill works?
What are the elements of a website?
What is session object? Describe in detail.
What is Razor View Engine
Explain diff between dataset and datareader?
How can you dynamically add user controls to a page?
What is ispostback method in asp.net? Why do we use that?
Explain the difference between overriding and overloading?