What was the difference between machine.config and
web.config files
Answer Posted / sanjay bisht
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 ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is HTTPModule and HTTPcontext? What is the use of each?
What is asp net application object?
What is the difference between web.config and machine.config in ASP.NET?
What is the appSettings Section in the web.config file?
What is the equivalent of date() and time() in asp.net?
Are cookies stored on server or client?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What is the application pool?
What is the function of new view engine in asp.net? : asp.net mvc
What are the session management techniques asp net?
Who creates jsessionid?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What is a session government?
Tell me the code snippet to show how we can return 404 errors from HttpError?
What is difference between singleton and single call?