I am trying to host an ASP.NET application that is running the Silverlight Video Player. I have recently deployed this application to a fresh Windows Server 2008 Virtual PC. I have installed the Silverlight plug-in as well as the Silverlight 2 SDK on the server (and the .NET Framework 3.5 SP1).
When I try to browse to this site, the Video Player should load and show me the video. However, the behavior I am seeing is that a "block" of whitespace is layed-out, but I do not see the Video or Player load. On a separate Vista machine, the application works when hosted in the Visual Studio IIS Server "Cassini." The application is built in .NET 3.5 SP1.
Does anyone have any ideas about why the Silverlight player is not working? The content to load is included in the project and referenced using the "~/" syntax.