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 recordset asp?
What is the Difference between MVC And MVP design pattrens
What is the difference between ASP Session State and ASP.Net Session State?
What does uri mean?
How can we call webservices in Banking Applications? and where we are using it?
What is the difference between the response.write() and response.output.write() methods?
What are the versions of garbage collection?
Explain difference between dataset and datareader?
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?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
How you can access the values from the Repeater control in ASP.NET?
What is a url string?
What is localhost in asp.net?
Can more than one person use the same login?
Explain model, view and controller represent in an mvc application? : asp.net mvc