Hi,
I use DNN 4.5.5. For my download page (www.softclass.com, section 'Soporte&Archivos'), I observed that sometimes (only for some of my users) a click on the link downloads the LinkClick.aspx file, instead of linking to download the real desired file.
I even tested this on my computer (server is remote, not on the local network): from my IE7 on my XP, it behaves correclty. But on the same PC, from a virtual machine (Virtual PC 2007) with XP and IE6, I can only download the LoadClick file. Another virtual machine with Vista and IE7 behaves correctly...Another PC with W2003 and IE7 also works fine...
I've checked that the line:
<add verb="*" path="LinkClick.aspx" type="DotNetNuke.Services.FileSystem.FileServerHandler, DotNetNuke" />
IS present in the web.config, in the httpHandlers section.
It seems that some IE7 config makes it work well, while it is not the case with IE6. I don't know what is the behaviour when downloading from others SO and IE versions or other navigators.
Any clue of what could be happening?
Thank you for your help,
Pascal