Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Thursday, August 30, 2012 5:52 AM
I am trying to get a .iso file posted on my web site that will be able to be downloaded from there and cant seem to find a method that works. I tried a Handler Mapping for *.iso set to a module of StaticFileModule and then selected the request restrictions to Invoke Handler only if request is mapped to file, and access set as script. This is for a virtual directory only because I only want this portion of the site to have files that people can openly see and download (I have directory browsing enabled). However, when I click on the link it takes me to a blank page in IE and when I click save as it is less than a KB in size for a 3 GB iso image. Any help?
All replies (1)
Thursday, August 30, 2012 7:56 AM âś…Answered
Hi,
You will need to add a MIME type for the iso file.
http://technet.microsoft.com/en-us/library/cc725608(v=ws.10).aspx