I have a small aspx page that needs to read a file from a fax server and
present it to the user via web interface.

The share on the server is secured. Previous implementation used a COM+
component to access the file needed but I'd like to cut that layer out.

How can I have one aspx page run with permissions to access a particular
share without giving those permissions to the entire website?