• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Web Server IIS how to download EXE file

gmc8757

Member
I just set up a Windows 2003 webserver running IIS 6. I set up all my websites without a problem. Just one thing, I have an exe file that will not allow me to download it. Say the exe file is here: www.test.com/vpn/vpn.exe. I just can't download it. I can browse to www.test.com/vpn and see the vpn.exe file there. I checked permissions on the folder on the server and gave everyone acccess to the vpn folder and vpn.exe. Is there some special setting I'm missing to allow downloading of exe files? Thanks.
 
If you go on the webserver and open a browser and in the url type http://localhost/, does that serve up a page? Does any of your pages get served up?

Try an IISRESET in a command prompt.
 
Http://localhost doesn't bring up a page because I don't have a default website. All my websites get served up no problem, asp.net applications and cold fusion both have no problem. Just .exe files.

Resetting IIS services didn't do it either.
 
Back
Top