Posts Tagged ‘Web.config’
Asp.net configuration file, web.config (machine.config at server level) applies to the directory in which it appears and all sub – directories. The configuration file hierarchy for a Asp.net site goes as shown below. Here is a link where you can read more about web.config inheritance. While settings are inherited from the higher level of configuration [...]
Points to remember about APP_CODE Directory Asp.net handles the files in bin and app_code folder in a special way. The compiled classes (dll) placed in bin folder are automatically available to all the pages in application. We don’t need to register the assemblies to use them. Asp.net automatically detects the new version of assembly and [...]
