M
Mike McIntyre [MVP]
I am working on an issue where and ASP.NET web application on one computer
(A) needs to access files on a network mapped drive (B).
This application uses as DSN on (A) that maps a proprietory ODBC driver to
data on a (B). The DSN directory path points to mapped network drive
mounted on (A).
When the ASP.NET application reaches the point where the ODBC drive is
called to fill a DataSet it throws the following exeption:
ERROR [S0000] [ComputerEase][ODBC Driver][ISAM]Unable to load CEODBC33.DLL
ERROR [S0000] [ComputerEase][ODBC Driver][ISAM]Unable to load CEODBC33.DLL
(no indication of access permission issue)
If I put the data into a local folder on (A) and give aspnet_wp full
permissions on the folder, the application works.
(seems to indicate the problem when trying to use the network drive was a
permission issue?)
Is impersonation the way to allow the ASP.NET web application to access the
network drive?
Any other suggestions?
Thank you,
--
Mike
Mike McIntyre
Visual Basic MVP
www.getdotnetcode.com
(A) needs to access files on a network mapped drive (B).
This application uses as DSN on (A) that maps a proprietory ODBC driver to
data on a (B). The DSN directory path points to mapped network drive
mounted on (A).
When the ASP.NET application reaches the point where the ODBC drive is
called to fill a DataSet it throws the following exeption:
ERROR [S0000] [ComputerEase][ODBC Driver][ISAM]Unable to load CEODBC33.DLL
ERROR [S0000] [ComputerEase][ODBC Driver][ISAM]Unable to load CEODBC33.DLL
(no indication of access permission issue)
If I put the data into a local folder on (A) and give aspnet_wp full
permissions on the folder, the application works.
(seems to indicate the problem when trying to use the network drive was a
permission issue?)
Is impersonation the way to allow the ASP.NET web application to access the
network drive?
Any other suggestions?
Thank you,
--
Mike
Mike McIntyre
Visual Basic MVP
www.getdotnetcode.com