kebo5 -
Welcome to the forum.
As far as Solution 2 is concerned, I believe it needs the
additional steps - First, as directed:
Change the .fhs extension to .xml.
Open the wf_startpage.js file and search for '.fhs' and
replace it with '.xml'
Before:
var gsActiveSkinFileName="flashhelp_default.fhs"; ( or
whatever skin name you are actually using )
After:
var gsActiveSkinFileName="flashhelp_default.xml"; ( again,
match your skin name.. )
...then, change the filename itself: from
"flashhelp_default.fhs" to "flashhelp_default.xml" ( your skin )
and, in wf_startpage.js (I believe, don't have it in front of
me) look for and change the reference to "skin.xml" to the name of
your skin.
ConcreteMike -
If adding FHS as a text/plain MIME type to your IIS settings
didn't work, then this is probably not the issue, but you might
want to give it a shot anyway.