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
Is there any alternative to avoid name collisions other then Namespaces?
What are the file extensions for razor views?
What is a 401 redirect?
What are the different types of Caching techniques in ASP.NET?
What's the use of formatters in .net?
What are the advantages of asp.net?
What are validators and list some validators of asp.net?
What kind of data can be stored in viewstate?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What do you mean by caching in asp.net?
To add a hyperlink column to the DataGrid which tag is used ?
How can you use a custom controls in ASP.NET application?
Explain server-side scripting?
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.