IE 7 or IIS 7 issues...

C

Clint

I'm trying to have IIS 7 serve up some video files (.wmv). For some funky
reason, it's just not working. It works fine for graphics files in the same
folder (.jpg), but not video files. Same file name and path, just a
different extension. Same permissions on both.

I've tried granting everyone full permissions on the folder, with no luck.
http://localhost is in my trusted sites.

From my log file, I'm getting an HTTP error 206 (as far as I can tell).
Looks something like this:
2007-01-11 05:23:32 ::1 GET /i-semm/movies/movies/0612000002/Click.wmv -
80 - ::1
Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+.NET+CLR+2.0.50727;+Media+Center+PC+5.0;+.NET+CLR+3.0.04506;+InfoPath.2)
206 0 995


Now, the funky part is that serving up this same file in FireFox 2.0, it
works fine. Starts playing in Media Player, life is good. My link in
either case looks something like:
http://localhost/i-semm/movies/movies/0612000002/Click.wmv (which won't do
anyone else any good, since I'm behind a firewall, and my localhost isn't
your localhost :))

Any suggestions? This was a perfectly good web application, working fine in
XP MCE. Nothing but frustration in Vista.
 
M

michail iakovou yos

Hello, you might want to take a look at XAMPP (not sure about vista
compatibility though...since I have not tried it yet on vista)

http://portableapps.com/apps/development/xampp

This is a stand alone - no install server based on apache and has mysql...
very easy to use.. good for testing out things, installing various web
applications
and CMS's.
 
C

Clint

I think it had something to do with another app taking over the media stream
(whatever video player is part of Nero).

Clint
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top