Hi, Please pardon my ignorance. I'm looking for a point in the right direction.
I have a page with some (pdf)download links. If I click the link a pdf will open in a new page. I can see the folder the pdf resides on the server. If I guess at other filenames in the same folder, maybe I can get lucky. Some of the files are private so I don't want the user to get a hint from the url. How can I obscure this infomation? We are running .net 2 on the backend. Could I call a method and get the file to open?
Any help appreciated. I'm not sure what to search on to get me started.
Thanks
We have a .Net 2 backend.