I've tried the free
asp.net media player control on my .aspx page. It works fine when I use the (local) debug web server built into VS2005. When I try to load the page using Cassini over my intranet it shows the control, but won't play the .wmv file. The WMP error detail is: can't find the file. Either there is something wrong with my movie URL (I've tried many variations -- its a file on the "server") or the Cassini server just won't do it.
I've also tried the httpHandler patch you provided in
another forum thread. If I use path="*.*" it prevents the WMP player from even appearing on the page. If I change the path to *.wmv the player appears but I get the same behavior as before.
Any help will be appreciated and thanks for Cassini!