i have this line in my Web.Config
<add key="localhost2" value="http:\0.0.0.0\export\" />
in vb Code:
<a href='" & ConfigurationSettings.AppSettings("localhost2") & TransactionNo & "\" & fi.Name & "' target='_blank' >" & fi.Name & "</a>"
the Publish URL :
http://0.0.0.0/export/803/SingleResult.pdf
How i can encrypt the 803 value or prevent the user from change the value in address bar?
HibaPro -3 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.