I am using ASP in a attempt to display a PDF file in the browser. My current code works.
window.navigate "C:\Test.pdf"

However I want to run this is the server script.

response.redirect "C:\Test.pdf"

This seems to fail.

Anyone have any ideas on how to display this file?