Adding Namespaces to MVC3 Views
Currently there are two ways to add an assemblies namespace to MVC3 views,either in the web.config or with @using. When adding to the web.config, add the namespace to the web.config in the Veiws/Shared directory. Adding to the web.config in the project root doesn’t work, not sure if this is a bug or working as intended. […]