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
Explain the asp.net session state modes.
What can we do with asp.net?
How is session id generated?
What is web router?
Is it right that ASP.NET Web API has replaced WCF?
Describe the difference between inline and code behind - which is best in?
Explain the asp.net mvc folder conventions? : asp.net mvc
Explain the difference between asp.net mvc and asp.net webforms
What is the Intermittent crashing of application in production?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
How would you get asp.net running in apache web servers?
When you use Ajax controls in the ASP.NET application?
Which browsers support the xmlhttprequest object?
Define reflection in .net?
How to turn off cookies for a page?