Hello,
I have a console application that i would like to run as 'NT AUTHORITY\NetworkService', but i cant remember how to do so - the only reason is that i will be hosting my service in a windows service, but for kerberos authentication testing i want to use the spn that is already at the domain (it does have delegation enabled)
In short i can simply convert it from a console app to a windows service, but i was hoping to keep from that.
Does anyone know how to do this?