I've inherited a web project that was being published by another developer. The domain is changing so I've created a new project in VS2005 and added the existing files. I've converted the project to a web application to create the designer files. However, none of the existing pages have a namespace declared. I'm also getting errors referencing classes that exist in a folder within the project (Global.asa sees the classes but no other pages do).
Is there a recommended way to add a namespace to all of the files and/or get the files to recognize the classes in the root level folder?