IIS6 Sending a 404 for ".exe" files.

Posted by Tracker1 on Server Fault See other posts from Server Fault or by Tracker1
Published on 2010-05-01T15:25:39Z Indexed on 2010/05/01 15:28 UTC
Read the original article Hit count: 280

Filed under:
|
|
|

Recently a bunch of files I had setup for download via IIS6's web server stopped working. They are a number of setup files ending in ".exe" and were working prior to a few months ago. I have the file permissions set properly, and even enabled browsing in IIS to determine that the paths are indeed correct. I'm not sure if it is related, but the directories with a period stopped working as well. ex: "~/download/ApplicationName/0.9/AppName-setup-0.9.123b2.exe"

When I rename the directory to say 0_9 the browsing works, but the file itself delivers a 404 message from IIS. For now, I've setup FileZilla FTP for anonymous access to these files, but would prefer to continue using IIS. I've considered creating an HTTP handler to serve the .exe files, but would really prefer a configuration solution. I just can't figure out why it isn't working, as all the settings are correct. Directory is setup for read access. "Everyone" has read permissions on the files themselves, and the directory browsing (aside from the folder "0.9" to "0_9" rename) shows the files.

© Server Fault or respective owner

Related posts about iis

Related posts about iis6