I have a pdf file named 102.pdf in my App_Data folder. I want to view this in my web browser like chrome.Here is my code. But I can not display it.
<iframe src="102.pdf" width="400" height="400"></iframe>
I am using VS11
Any help would be appreciated. Thanks in advance