Hello. I am working on troubleshooting an issue with IIS7 and a website that has links to .exe files (for downloading). whenever I click on a link with a .exe file associated to it, I get a 404 error. If I rename the file to .zip for example, it opens up and asks what I want to do with the file, which is what I expect to happen with the .exe files. I have moved this site from a previous server that was running IIS6. I suspect it has something to do with PHP being installed, but am not 100% sure on this. I enabled request logging on IIS, and I looked at the .xml of this, but don't see what is causing it. I do see it is logging the 404 error, and if I look at the trace, I see "Buffer No input file specified."
Any ideas on how I might figure out what is causing this and how to fix it?