View Single Post
Old 03-02-2012, 09:54 AM   #13
mmelgar
Junior Member
mmelgar began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Feb 2012
Device: iphone
Quote:
Originally Posted by mbishop View Post
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>
That would be easier. I wouldn't have to host the files on a different service. Do you just save the file to the root directory of your website?
mmelgar is offline   Reply With Quote