Server Configuration

  • IIS
    • Configure to run .Net 2.0
      • dot net config
    • FLV
      • If Flash videos are not playing
        • Call file directly to test if FLV file type is supported
          • If the file is there but the server is not configured, a "Page Cannot Be Found" error will be returned.  Otherwise, a file download would be initiated.
        • 2 options - configure site or all sites by adding mime type
          • Site
            • Select the site to configure in IIS, right click and select "Properties".
            • Under HTTP Headers Tab, select "File Types" under the MIME Map section and select "New Type".
            • Type ".flv" as the associated extension and "video/x-flv" as the content type.
          • Server
            • Do the same as above, but right click "Properties" on "(Local Computer)" and that should set .FLV for all sites.
            • flv config
    • Enable .inc extension
      • IIS Website > Properties > Home Directory > Configuration >Mappings
        • C:\WINDOWS\system32\inetsrv\asp.dll
        • Limit to "GET"
          • Check off "Script Engine"
          • Un-check "Verify File Exists"