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 [...]

Tuesday, March 31st, 2009 at 06:58 | 0 comments
Categories: .Net

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 [...]

Tuesday, August 14th, 2007 at 19:45 | 2 comments
Categories: .Net
TOP