namespace in web.config

vovva

New Member
Is there any way to import a namespace for an entire application, say in the web.config file? I need a reference to a particular namespace in every page on the site. I would like to avoid having to put an Import directive on every page. Any suggestions?
 
Back
Top