MegaZine3 on IIS
From MegaZine3
Because MegaZine3 uses custom extension as of version 2.0 (.mz3 for the book description and .asul for the GUI description), and those types are unknown to IIS per default (and IIS doesn't like serving file types it doesn't know), you'll have to add the two as MIME types to the configuration of the Site serving MegaZine3. Here is a quick step by step guide.
Contents |
[edit] Step 1: Open the Server Manager
[edit] Step 2: Navigate to the Site serving MegaZine3
To the left, open the Roles category, in it open the Web Server (IIS) category, and click on "Internet Information Services (IIS) Manager".
In the right frame, open the server hosting the site, in it open "Sites" and select the site serving MegaZine3.
To the right, find the element "MIME Types". Open it (double click).
[edit] Step 3: Add MIME Types
As the .mz3 and .asul files are XML files, we want to have them treated as such. Under the entry ".xml" you will see the type is marked as "text/xml".
To the right ("Actions"), click on "Add..." to open the dialog for adding a new MIME Type.
[edit] Step 3.1: Add .mz3 extension
Enter the text into the fields as displayed in the image, i.e. ".mz3" in the "File name extension" field, and "text/xml" in the "MIME type" field. Click OK.
[edit] Step 3.2: Add .asul extension
Open the dialog a second time by clicking "Add..." one more time.
Enter the text into the fields as displayed in the image, i.e. ".asul" in the "File name extension" field, and "text/xml" in the "MIME type" field. Click OK.
[edit] Conclusion
That's it, you're done. Note that these example steps were performed on an IIS7, so they might slightly differ for IIS6. But the basic principle is the same.





