I have two questions as below:
First,I provided the file download functionality to the user, but when user copies the URL and paste in another browser, I do not want the download to get started start, instead I want this to be started only when user navigates from link in the application.
Second how to prevent file browsing in asp.net? I tried
<directoryBrowse enabled="false"/>
in web.config. but was not useful.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…