Archive for the 'IIS' Category

Serving compressed .gspl from IIS to Flex

Posted by Joel on January 2nd, 2008 filed in Development, Flex, IIS

I ran into an issue serving zLib compressed .gspl files from IIS. When flex tries to download the file I get: ‘Error #2032: Stream Error’. I solved my issue by adding an “application/x-deflate” mime type for the file in IIS. Once I did that it worked great

Read More..>>