Welcome to yEd Q&A!
Here you can ask questions and receive answers from other members of the community and yEd developers. And you can tell us your most wanted feature requests.

Categories

Display Html flash files on the Intranet using IIS

0 votes
Hi

Please assist in the following.

We use IIS v6 on SBS server 2003 with an existing intranet web application (ASP.net 4, VB.net) and would like to diplay yEd create diagrams in the exported html flash format.

The issue is that I get a Error #2032 Cannot find the file xxxxx.graphml we opening the main xxxxxx.html file from the Intranet. I am however able to open the xxxxx.html file locally outside of IIS and it works.

Please assist in resolving this issue.

Regards
in Help by (120 points)

1 Answer

0 votes

I suppose this is due to a known problem with IIS servers: IIS servers don't serve unknown MIME types. If you have administration rights on your server you can create the missing MIME type (text/xml) for the .graphml file extensions as described here: http://support.microsoft.com/kb/326965/EN-US.

If not, you can simply rename the file extension to .xml or .txt - the GraphMLViewer doesn't care about file extensions.

by [yWorks] (23.7k points)
Legal Disclosure | Privacy Policy
...