I have a somewhat large website that was initially created as a Web
Site project in Visual Studio 2005. The site has since been converted
to a Web Application Project in Visual Studio 2008.
I would like
to add namespaces to all of the classes and pages in the project. I
want to use the default naming scheme (Folder1.SubFolder1.MyPage
instead of Folder1_SubFolder1_MyPage). Given that the site contains
more than a hundred pages and controls, manually using the Surround
With option to add namespaces one page at a time isn't really a good
choice. Is there a more automated solution to retroactively apply
namespaces for a Web Application Project?
Thanks.
(I initially posted this question into the Configuration and Deployment forum as I didn't see this one when I first looked through the available forums).