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
How to send xml file on server using http protocol?
Explain how can we remove handlers at run time?
What is early binding?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
Explain an assembly?
Explain the difference between datatable and dataset?
What is the use of assembly?
What are the features of c# which are not present in vb.net?
How to store images in sql server database through vb.net?
How to retrieve images in sql server database through vb.net?
Explain the difference between system.string and system.stringbuilder classes?
What is option strict?