My problem seems to be regarding permissions, but I'm not sure why.

I am developing an asp.net web application that needs to pull and display information from an excel file located on a server that is not the web server. I have set up "Windows" authentication in my web.config file and have set impersonate="tr ue". Everything works fine when I run a copy of the application on my local machine and if I RDC into...