hihi
I need to use windows service to connect network drive, so I cannot use "net use" to connect network drive. I hope it can connect the network drive under windows service. Therefore if I don't want to use API WNetAddConnection function, any C# Class can do it directly

thx...

RE: How to map network drive in windows service without using API in C# by venkatsr

venkatsr
Wed May 05 19:54:38 CDT 2004


This posting is provided "AS IS" with no warranties, and confers no rights

Hi,

I found the following code hope it helps , site link is at the bottom :
================================================