Note the web.config settings only work for code inside of page markup not in CodeFile/CodeBehind pages, so that's not really a solution.
Another way to do this is to create an empty page with just the right setup you want - namespaces, plus possibly a common base class etc. and then create a page template from that.
Check out File | Export Template...
It's extremely easy and lets you create exactly what you need. Works for most file types as well as entire projects that can be templatized (is that a word? :-})...