See:
PowerPoint 2007 files don't download correctly from a Web Server, open as zip files
http://www.pptfaq.com/FAQ0
Main Topics
Browse All TopicsI have created a link on a dnn page that points to a .pptm file (powerPoint). When you click it to download using Firefox, it sends it correctly to the browser as a .pptm file (of course). When using IE8, it sends the file as a .zip file.
I have found references to this suggesting it is an incorrect mime type in IIS. I checked, and the
mime type I have seen to use is there:
application/vnd.ms-powerpo
What gives? Does anyone know why this is happening (other than the user should not be using IE in the first place!)?
We are using server 2008 / IIS7
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
See:
PowerPoint 2007 files don't download correctly from a Web Server, open as zip files
http://www.pptfaq.com/FAQ0
Thanks guys, but I had already seen those links. I searched before I asked, but what those are telling me to do is to add the mime type. . .the mime type is already there!
As stated in the question, the mime type in IIS for pptm is:
application/vnd.ms-powerpo
But the files are still opening as a zip (only in IE). . .
I had the same problem.
I think it's also a security issue of even if the first reason is that office 2007 files are in zip format.
A client-side solution whichworks for me is adding the site as trusted to lower the security level
Finding a server-side solution is very hard, there are many open discussion around this issue.
A little update to my previous post:
in ie the problem can be solved with right myme types, but there is also a dnn issue !
if you link the file (i suppose through module links) using "file" option the link will be .../linkclick.aspx?... and this seems to be the problem !
set up the link with "url" option specifyng the full url, for example:
http://localhost/d
it will open with the right application.
When ie try to download linckclick.aspx?... i think it try to open the file by its content, it doesn't know the extension, and because of office 2007 files are all in zip format ie try to open it as a compressed file.
Business Accounts
Answer for Membership
by: jcimarronPosted on 2009-08-14 at 12:12:27ID: 25101384
esullivan1--Perhaps of help en-us/libr ary/ms7751 48(VS.85). aspx m/forum/sh owthread.p hp?t=16252 6.
http://msdn.microsoft.com/
http://www.webdeveloper.co