Yes to the first and sort of yes to the second. IIS will run both frameworks, however, each web site and virtual directory are configured to run only 1 version. You can't have a single web application (web site or virtual dir) that runs both frameworks simultaneously.
-
Peter