R
rowe_newsgroups
Forgive me if I'm being ignorant, but is the identity tab in the
web.config ignored by background threads?
I have written a class that has both a synchronous and asynchronous
mode for querying an Access database located on a network share. To
get access to the network share I am using the identity tag with
impersonate="true" and a valid user name and password. The odd thing
is that the synchronous method runs fine, but when multithreaded, I
get an OleDb exception saying the the Jet OleDb provider could not
find the path specified in the connection string - it's as if the
identity tag is being ignored!?
Thanks in advance for any input!
Thanks,
Seth Rowe
web.config ignored by background threads?
I have written a class that has both a synchronous and asynchronous
mode for querying an Access database located on a network share. To
get access to the network share I am using the identity tag with
impersonate="true" and a valid user name and password. The odd thing
is that the synchronous method runs fine, but when multithreaded, I
get an OleDb exception saying the the Jet OleDb provider could not
find the path specified in the connection string - it's as if the
identity tag is being ignored!?
Thanks in advance for any input!
Thanks,
Seth Rowe