Hello
I have created a web site which requires the user to enter a password. If this password is recognised a Session variable called securityLevel is set. This allows me to restrict access to asp pages okay. The problem is I want only authorized users to be able to download a file called docs.zip. How can I stop users from just typing docs.zip into internet explorer and downloading the file?
I have created a web site which requires the user to enter a password. If this password is recognised a Session variable called securityLevel is set. This allows me to restrict access to asp pages okay. The problem is I want only authorized users to be able to download a file called docs.zip. How can I stop users from just typing docs.zip into internet explorer and downloading the file?