adspace


what is difference between web.config and machine.config and where it will be ?

Answer Posted / Anshu Singh

'Web.config' is an application-specific configuration file used by ASP.NET applications, located in the application's root directory. It contains settings related to security, caching, and other custom configurations.n'Machine.config', on the other hand, is a global configuration file for the entire .NET Framework installation, located at C:WindowsMicrosoft.NETFramework[version]Config by default. It holds settings that apply across all applications.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to send xml file on server using http protocol?

1074


Explain how can we remove handlers at run time?

1074


What is early binding?

1015


How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?

1105


Explain an assembly?

1055


Explain the difference between datatable and dataset?

1418


What is the use of assembly?

1080


What are the features of c# which are not present in vb.net?

1183


How to store images in sql server database through vb.net?

1023


How to retrieve images in sql server database through vb.net?

1041


Explain the difference between system.string and system.stringbuilder classes?

1080


What is option strict?

1213