English 中文(简体)
FLV s not being served by web server (302 response)
原标题:
  • 时间:2009-11-30 18:02:34
  •  标签:
  • iis-6
  • flv

I have a web app. IIS 6. .NET 3.5.
I have 2 websites on the web server. One of which is already correctly serving FLVs. The newer one is not.

I have added the MIME type information to the HTTP Headers in the website properties [ .flv , video/x-flv ] (as FLV is not an extension IIS recognises by default).

When I goto the URL, Firefox goes black and displays "Waiting for video". It stays like this. I have checked the logs that IIS writes to, and I have found the GET request, and the HTTP status associated with it, which is 302. This is a "Moved Temporarily" status code. I don t understand why it would be throwing this. All other content on this site (currently consisting of webpages and images) is returned fine.

I have tried the same video in the older site, and just directing FF to the URL, it runs correctly.

Any help as to why I can t do this would be much appreciated, thank you.

问题回答

暂无回答




相关问题
IIS 6 Logs M.I.A

I m trying to find my IIS log files and I seem to be having a problem. First off I ve gone into IIS and right clicked on the site in question and selected properties... Under the Web Site tab I have ...

IIS6 SMTP Service and stop Delivery Reties?

Is there anyway to tell the SMTP service to stop trying to resend an e-mail that has been tried / failes x amount of times ? I can t find anything in the delivery tab to speicify this. Just curious if ...

Purpose of aspnet_isapi.dll hosted in w3wp - IIS 6?

What is the purpose of the ASP.NET ISAPI extension aspnet_isapi.dll that is hosted in the worker process w3wp.exe in IIS 6.0 ? In IIS 5.0, I understood that this ISAPI extension was responsible for ...

Does a 64-bit CruiseControl.NET exist?

Does a 64-bit CruiseControl.NET exist or do I need to install the 32-bit version? Our CI server is Server2003 64-bit. Currently I have been testing on WinXP Pro and no problems. If I do need to run ...

Tricking IIS 6.0 html web site into thinking it s at the root

I have no idea how to search for this one and perhaps Serverfault would be better but I ll start here. I have a HTML web site running at the root of one of my webservers. It runs fine and dandy. I ...

Socket transport "ssl" in PHP not enabled

I m having trouble enabling the socket transport "ssl" in PHP. When I run my script, I get the error: Warning: fsockopen() [function.fsockopen]: unable to connect to ssl://www.my.site.com:443 ...

热门标签