I want to have a script (ASP or ASP.NET) named "file.exe" that logs attempts to download the actual file "file.exe".
i.e. The script logs the attempt to download the file and then does a server-side redirect to the actual file and forces a download.
The purpose is to make the file look like it is a direct download and not a redirection script.
Normally, I would make the "script" file a zero length file and create a redirection to an ASP or ASP.NET file in the IIS Manager, which would then run, do it's job, and return the actual "file.exe".
Is there anyway to do this (or something similar) without issuing a support ticket? I can't find anything in H-Sphere.
Thanks for any help
i.e. The script logs the attempt to download the file and then does a server-side redirect to the actual file and forces a download.
The purpose is to make the file look like it is a direct download and not a redirection script.
Normally, I would make the "script" file a zero length file and create a redirection to an ASP or ASP.NET file in the IIS Manager, which would then run, do it's job, and return the actual "file.exe".
Is there anyway to do this (or something similar) without issuing a support ticket? I can't find anything in H-Sphere.
Thanks for any help