Check if a directory exists in a network drive?

J

Joris De Groote

Hi

How can I check if a directory exists in a network drive? I can check it on
the local machine, but when I want to check a network drive, that doenst
work, how can I do this?

Thanks
Joris
 
B

bruce barker \(sqlwork.com\)

your asp.net application must be running under a primary domain account
token with access to the share. set up the account in the app pool, and do
not impersonate the client.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top