Windows Services (networks)

  • Thread starter Thread starter Manny
  • Start date Start date
M

Manny

Hello Friends,

Can Anyone point me to windows service accessing network resource
source code? Any network implementation will do. (vb.net or c#)

Thanks in advance.

Regards,
Mangesh

Regards,
MannY
 
Manny said:
Can Anyone point me to windows service accessing network resource
source code? Any network implementation will do. (vb.net or c#)

Thanks in advance.

Well, what are you having trouble with?

Often the problem is not code related but rather environmental. Services
should run as LocalSystem which is all-powerful on the locak machine but
which lacks access to the network.

Regards,
Will
 

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

Back
Top