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 simple data binding?
When should I use server transfer and response redirect?
What is skin in asp.net?
What are the benefits of Razor View?
Explain the difference between asp.net mvc and asp.net webforms
If you are using components in your application, how can you handle exceptions raised in a component?
Explain the difference between debug.write and trace.write? When should each be used?
What are the components of ado.net?
From which base class all web forms are inherited?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
How do you deploy your asp.net application?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
How do u optimize a query in asp.net?
Describe in brief .net framework and its components.
What is redirecting behavior?