I am using this code for creating pdf viewer in my application https://amitpatriwala.wordpress.com/2009/08/28/pdf-viewer-in-asp-net/
it works fine when I give it a path for a file inside my application folders, ex: displaypdf1.FilePath= @"~/MyFolder/" + Hello.pdf;
but now I want to give this displaypdf1.FilePath
an absolute path to read the pdf file which is not in my application folders, I tried but it didn't work!