11-15-05 10:59 PM
We have an ASP.NET application that attempts to access an Excel file located
on a remote file server. This always results in a logon error, but if we mov
e
the Excel file locally to the IIS server, we are able to access it without a
problem.
We are running on an IIS 6/Windows 2003 server and the remote file server is
also a Windows 2003 box on the same domain.
We went through all the steps indicated in the KB article 253580 "How to
connect to a remote Access database from Active Server Pages" without succes
s:
1) Modified the Anonymous account to a local/domain administrator account
that also exists on the remote server (passwords match)
2) Used Basic authentication
3) Used Windows Integrated authentication
4) Gave full rights to the file on the remote server
This is obviously an access issue because once we move the file locally,
everything is fine and dandy but we have been unable to determine what
account should be given rights.
At this point we are stumped by what else to do. Any suggestions or ideas
would be very helpful.
[ Post a follow-up to this message ]
|