asp.net mvc - Purpose of namespace section in web.config in the root folder -


so understand namespaces defined in ~/views/web.config add namespaces views. why there namespace section in ~/web.config in root folder`?

every view inherit namespaces in ~/web.config. potentially build different namespace hierarchies using different levels of config files.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -