Treat Directories as Files in IIS
- by Voulnet
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!