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


Please Help Members By Posting Answers For Below Questions

Is there any alternative to avoid name collisions other then Namespaces?

788


What are the file extensions for razor views?

845


What is a 401 redirect?

665


What are the different types of Caching techniques in ASP.NET?

745


What's the use of formatters in .net?

748






What are the advantages of asp.net?

712


What are validators and list some validators of asp.net?

712


What kind of data can be stored in viewstate?

725


Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc

779


a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

1772


What do you mean by caching in asp.net?

718


To add a hyperlink column to the DataGrid which tag is used ?

736


How can you use a custom controls in ASP.NET application?

705


Explain server-side scripting?

744


How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.

1680