Know/ASP

Adding .FLV MIME Type in IIS

Marine™ 2009. 7. 9. 10:49
반응형
Adding .FLV MIME Type in IIS Dot NET

2007/05/18 19:36

복사 http://blog.naver.com/koo1973/20037251523

Adding .FLV MIME Type in IIS
Ryan Moore(Software Engineer) Posted 5/16/2005
Comments (44) | Trackbacks (0)


.FLV files are already the best method for publishing video on the web, and are sure to become even better with the new enhancements in Flash 8. When serving .flv files off of a Windows Server 2003 (or any other Windows server I would imagine) requires setting up the MIME type on the server first (it isn't one of the native MIME types on MS servers).

You can figure out easily if your server is configured to support .flv files by posting a .flv file on a server and navigating to the URL of that .flv in a browser. If you see a LONG string of garbage on the screen, your server isn't set up for .FLVs and needs to have the MIME type set up.

Adding .flv MIME type in IIS

1) Select the site to configure in IIS, right click and select "Properties"
2) Under HTTP Headers Tab, select "File Types" under the MIME Map section and select "New Type"
3) Type ".flv" as the associated extension and "video/x-flv" as the content type.
4) Select "OK" and you're ready to fly!
 
반응형

'Know > ASP' 카테고리의 다른 글

빵집  (0) 2009.07.24
트랩 오류  (0) 2008.06.20
[UTIL] robocopy.exe  (0) 2007.07.26