I have SharePoint 2010 (.net 3.5) installed on Windows 7. But the problem is I have other non-related .net 4.0 web form apps in the defaultweb site. and SharePoint 2010 stuff exists there. I am getting errors when I try to create SharePoint site pages. The web form apps don't run either. I believe the reason is because of the mixture of .net 3.5 (SharePoint virtual directories) and the .net 4.0 web apps are under the default web site.
Note: the Sharepoint 2010 is in a DefaultAppPool with a .net Framework version of v2.0
How to I move either the .net 4.0 web app or the SharePoint stuff to another default web site? How to create the default web site 2??