What was the difference between machine.config and
web.config files
Answer Posted / srinu
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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between GridView and Repeater controls in ASP.NET?
Describe SOA and the tenets of it?
What are the 3 levels at which content pages can be attached to Master Page?
What is data caching?
Explain the difference between value type and reference type?
Where you store Connection string in "Web.Config" file in ASP.NET?
Define viewstate in .net?
Define page fragment caching?
Which asp.net objects encapsulate the state of the client and the browser?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
Can we use html in asp.net?
What are the asp.net server side objects?
What is session in asp.net?
What are cookies in your browser?