Hi. I have a windows service that is currently running as LocalSystem. At this point it cannot acess a network drive that it needs to. (I've been substituting local drive for testing).
Now I have a newly created service account for me that has been given permisions to the shared drive.
I am not sure how to "cut over" my C# app to use this new service account going forward.
Once I do, will this new account appear under the 'Log On As' column when viewing the service from the service panel?
thanks for any assistance.