Click here to Skip to main content
15,885,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Got Access is denied to a file in Inetpub/wwwroot/... (IIS 6) for opening a .pptx file. However, it is OK for opening a .pdf file in the exactly same location. I checked the IIS MIME and saw the difference in MIME type, such as
.pptx - application/vnd.openxmlformats-officedocument.presentationml.presentation
.pdf - application/pdf
What should I do to make the file accessible? Thanks for any hint.
Posted

1 solution

I don't know if this will help at all but on my IIS 7 I have
application/vnd.openxmlformats-officedocument.presentationml.template for pptx
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900