View Single Post
Old 02-24-2012, 06:49 PM   #12
mbishop
Junior Member
mbishop began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jan 2012
Device: iPad
Here's how I solved the problem stated in my original post. I added a file to my website called web.config with the following content.

<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".epub" mimeType="application/epub+zip"/>
</staticContent>
</system.webServer>
</configuration>
mbishop is offline   Reply With Quote