Let's say that I have a file called stored on the webserver, but I don't want any user to be able to reference that file unless they are logged in or registered on my website.
1) Should I store files that shouldn't be referenced by all users on the webserver? Or should I store them rather on the harddrive of the server where IIS sits?
2) If my file can be stored on the webserver, then how can I prevent users from accessing that file without first logging in to my website first?
Please advise to my scenarios, thanks. regards,
Brian
1) Should I store files that shouldn't be referenced by all users on the webserver? Or should I store them rather on the harddrive of the server where IIS sits?
2) If my file can be stored on the webserver, then how can I prevent users from accessing that file without first logging in to my website first?
Please advise to my scenarios, thanks. regards,
Brian