Treat Directories as Files in IIS
Posted
by
Voulnet
on Server Fault
See other posts from Server Fault
or by Voulnet
Published on 2011-02-08T07:02:48Z
Indexed on
2011/02/08
7:26 UTC
Read the original article
Hit count: 390
Hello, some files on Mac OS X (such as .bundle or .mpkg) are considered directories in Windows, but can be used as files on Mac OS X (if you double-click them on Mac OSX, they execute for example), so the problem I have is that I want Mac users to download a .mpkg file from my server, but the problem is IIS considers it a directory and therefore you can't download it.
How can I let IIS treat this .mpkg as a file instead of a directory?
Thanks!
© Server Fault or respective owner