What was the difference between machine.config and
web.config files
Answer Posted / sanjay maurya
What are the two types of configuration files supported by
ASP.Net?
Configuration files are used to control and manage the
behavior of a web application.
? Machine.config
? Web.config
Difference between Machine.Config and Web.Config?
Machine.Config:
? This is automatically installed when you install Visual
Studio. Net.
? This is also called machine level configuration file.
? Only one machine.config file exists on a server.
? This file is at the highest level in the configuration
hierarchy.
Web.Config:
? This is automatically created when you create an ASP.Net
web application project.
? This is also called application level configuration file.
? This file inherits setting from the machine.config
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain different types of validators in asp.net?
How is my content secured from unauthorized access?
What is asp.net and how it works?
What is x xss protection?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
How do cookies work?
Explain what is viewstate?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
What is the difference between mvc and asp.net? : Asp.Net MVC
In Code-Behind class which kind of code (server or client) is found ?
Describe the Server Control Events of ASP.NET?
Explain the concept of event bubbling in ASP.NET?
How can we Validate a Controls in ASP.NET page using JavaScript?
What is application and session in asp.net?