Ok, so for some reason, flash wasn't working on my Windows Server 2003 running IIS 6.0. This impacted me since I wanted to run RoboHelp Flash. After a lot of tinkering and searching, turns out that IIS wouldn't allow the flashhelp_default.fhs file to run because IIS wouldn't allow the MIME type of fhs to run.This is a simple fix. Go into the properties of the web server and add in the mime type of fhs with a desscription of text/xml. Voila!! life is happy again.
I hope this helps someone else in this same boat.
Alan
This blog is designed to show various ways to use Data Virtualization, technologies, and SAS with Microsoft technologies with an eye toward outside of the box thinking.
Subscribe to:
Post Comments (Atom)
SAS throwing RPC error
If you are doing code in C# and get this error when creating a LanguageService: The RPC server is unavailable. (Exception from HRESULT:...
-
I am finally ready with my SAS dataset reader/writer for .NET. It is written in 100% managed code using .NET 3.5. The dlls can be found here...
-
I was just tasked to read in LDAP records so we could cross-reference userids with login identifiers and general ledger information. Using...
-
Well, around 14 months ago, I started on a journey to understand the SAS dataset so I could read and write one independently. Originally, I ...
7 comments:
Yes it is helped lot, unforutnately i got this URL after 6-7 hours of effort.
anyway real useful one. Thanks a lot
Yes it is helped lot, unforutnately i got this URL after 6-7 hours of effort.
anyway real useful one. Thanks a lot
thanx man!!!!!!!, saved a lot of trouble
Saved my bacon. I am glad this post is still out there. :)
Bless you. This is a wierd issue. Does that mean that IIS returns a 404 Not Found for any file extension that it doesn't have registered as a MIME type?
That's what I have found.
Hi..Alan,
Thank you very much, it helped a lot, I spent almost one day to solve this.
Kumar
Post a Comment