How do you propose to collect information from "nodes" on another machine (on
the network I assume) -- you don't specify. Your Windows Service runs under
certain credentials, that you can control. If the account it is running under
can't access folders on another machine, then it's up to you to change that.
Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
"jj" wrote:
> I have a changed my simple windows form application to simple service. It
> collects file information.
> My application uses WMI and I can collect file attributes from shared and
> other nodes in the network.
>
> However, with my service I can collect file attribute info only from the
> local machine the servie is running NOT from other nodes.
>
> Can somebody help me here....
> Newbie here
> thanks
>
>
>