I think I know the problem you're experiencing. The problem is with the way you're downloading things. You're right-clicking on a link and choosing "Download Linked File", which is fine if a site directly links to a download.
Most download sites, though, link instead to an intermediary page, which automatically starts a download for you. By choosing "download linked file", you're choosing to download that intermediary page instead of the download itself. That's why you're getting ASPX files (which are a type of active server page files)
Try left-clicking on the download link.
Main Topics
Browse All Topics





by: eoinosullivanPosted on 2009-01-30 at 06:16:36ID: 23508351
Safari CAN view ASPX files as long as they are hosted on an IIS Windows server.
/KB/aspnet /AspxProto col.aspx
For example, the following ASPX page appears perfectly in Safari
http://www.codeproject.com
The problem will occur if the ASPX page contains other Windows-only ActiveX controls which DO NOT work with OSX in any browser.