c# - Windows Service failing to access mapped network drive -


my c# based wcf application hosted windows service unable access mapped network drive though works unc path. have come across below article states not possible use mapped drives windows service.

https://msdn.microsoft.com/en-us/library/windows/desktop/ms685143(v=vs.85).aspx

in scenario logging service domain account & same account used create mapped network drive in machine.

my company has clients running projects in mapped drives , want service run , access mapped drive configurations pulling data.

in scenario wondering if there possible workaround given situation network drive created same account service logged in with.

any possible workaround or code fixes highly appreciated. .


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -