There is a conversion process that is needed when migrating Visual Studio 2005 web site to Visual Studio 2008 web application projects.
It looks like VS2008 is creating a .designer. file for every aspx when you right click on a file or the project itself in Solution Explorer and select 'Convert to Web Application.'
What is the purpose of these designer files? And these won't exist on a release build of the web application, they are just intermediate files used during development, hopefully?