B
Bob
XP SP2, .NET 2.0.
If I create a new/blank .NET service project, add the installer component,
build and install the service... as soon as I "net start myservice" I get
Access Denied. If I change NetworkService to LocalSystem or something else,
everything works fine.
Why am I getting Access Denied? The project is blank, I am not doing a darn
thing. I need to use NetworkService as I need to access a network resource
on another machine. How can I get NetworkService to work?
Thanks
If I create a new/blank .NET service project, add the installer component,
build and install the service... as soon as I "net start myservice" I get
Access Denied. If I change NetworkService to LocalSystem or something else,
everything works fine.
Why am I getting Access Denied? The project is blank, I am not doing a darn
thing. I need to use NetworkService as I need to access a network resource
on another machine. How can I get NetworkService to work?
Thanks