Microsoft Windows Vista Community Forums - Vistaheads
Recommended Download - Clean, repair and optimize your system



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Driver Scanner 2009 - Free Scan Now

IE 7 or IIS 7 issues...

microsoft.public.windows.vista.general




Recommended Fix - Fix Vista Errors and Optimize Performance

Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Driver Scanner 2009 - Free Scan Now
Reply
  #1 (permalink)  
Old 02-28-2007
Clint
 

Posts: n/a
IE 7 or IIS 7 issues...
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/movie...0002/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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-28-2007
michail iakovou yos
 

Posts: n/a
Re: IE 7 or IIS 7 issues...
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.




"Clint" <cneufeld@mysocks.shaw.ca> wrote in message
news:71801B2B-3B50-4795-B195-2FF6CF52CFAC@microsoft.com...
> 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/movie...0002/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.



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-28-2007
Bernard Cheah [MVP]
 

Posts: n/a
Re: IE 7 or IIS 7 issues...
Funny, i can't repro in my vista.
i got 200 0 995. while 995 stands for

The I/O operation has been aborted because of either a thread exit or an
application request.

and media player starts playing the movie.

your 206 indicate partial content served. does that happen to all videos ?

--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/


"Clint" <cneufeld@mysocks.shaw.ca> wrote in message
news:71801B2B-3B50-4795-B195-2FF6CF52CFAC@microsoft.com...
> 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/movie...0002/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.



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-28-2007
Clint
 

Posts: n/a
Re: IE 7 or IIS 7 issues...
I think it had something to do with another app taking over the media stream
(whatever video player is part of Nero).

Clint

"Bernard Cheah [MVP]" <qbernard@hotmail.com.discuss> wrote in message
news:e1$gwUVNHHA.992@TK2MSFTNGP06.phx.gbl...
> Funny, i can't repro in my vista.
> i got 200 0 995. while 995 stands for
>
> The I/O operation has been aborted because of either a thread exit or an
> application request.
>
> and media player starts playing the movie.
>
> your 206 indicate partial content served. does that happen to all videos ?
>
> --
> Regards,
> Bernard Cheah
> http://www.iis.net/
> http://www.iis-resources.com/
> http://msmvps.com/blogs/bernard/
>
>
> "Clint" <cneufeld@mysocks.shaw.ca> wrote in message
> news:71801B2B-3B50-4795-B195-2FF6CF52CFAC@microsoft.com...
>> 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/movie...0002/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.

>
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
IIS in Vista? =?Utf-8?B?UmV4?= microsoft.public.windows.vista.general 10 02-28-2007 22:17
Vista IIS Tim Draper microsoft.public.windows.vista.general 2 02-28-2007 20:43
IIS 7 Woes =?Utf-8?B?YWVsbGlvdHQ=?= microsoft.public.windows.vista.general 4 02-28-2007 20:29
Various Issues =?Utf-8?B?Q2hhZA==?= microsoft.public.windows.vista.general 6 02-28-2007 20:27
http redirection in iis 7.0 in vista ultimate =?Utf-8?B?RnJhbms=?= microsoft.public.windows.vista.administration accounts passwords 0 02-28-2007 14:10




All times are GMT +1. The time now is 00:41.




Driver Scanner - Free Scan Now

Vistaheads.com is part of the Heads Network. See also XPHeads.com and Win7Heads.com.


Funny Commercials to make you laugh :-)

Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119