I have a asp.net web forms website with a tag that looks like this:
<a target="_blank" href="AAA.pdf">Download</a>
If I run the website from visual studio and click on download it renders the PDF fine. My problem is that when i publish the website and run it and try to click on download. it does
not render. I am thinking I need a handler for this file type? If so how do you do it?
Go to the complete details ...