I have written a windows service that needs access to resources on my network. Unfortunately I can't seem to configure it to recognize a network file. I am testing this using File.Exists(path) from an asp.net page that calls the service and it doesn't find the file at that path.
I realize that a win service runs under the Local System account. I tried to set it up to run under my user account but I still can't get access to the files. I hard coded my pass and username in and no luck.
I see that there is another option to run under Network account but I am running win2k and that says xp only. It says the network account passes credentials on when it makes network requests. Shouldn't the user account do this as well?
I realize that a win service runs under the Local System account. I tried to set it up to run under my user account but I still can't get access to the files. I hard coded my pass and username in and no luck.
I see that there is another option to run under Network account but I am running win2k and that says xp only. It says the network account passes credentials on when it makes network requests. Shouldn't the user account do this as well?