Hi There,
We are trying to display pdf files which is mappedre to the IIS server. For ex:
My website is located on server A and the url is
http://myfolders
Now there are some pdf files ( ja.pdf,feb.pdf..) located on server B which is mapped on server A on the F drive.
So f:\ >> Server B\pdf folder
Using ASP we would like to allow the user to search for a pdf say jan and we display the pdf as a downloadable link.
Kindly advice.