In kicking off a simple ASP.Net MVC3 project to try out the new development environment, The first snag had nothing to do with the mac.
A blank view was reporting an error in the modernizr script. The specific error was thet canPlayType was not implemented. (Raised by the included Modernizr script.)
A bit of digging around the web presented this as a solution (Which works): Install the “Desktop Experience” feature from server manager.
Since this is a dev server, and I wouldn’t expect to run apps with fancy media on a server, I guess this will work for me. It would be nice if the modernizr script did a try catch on this call though.