I have a Windows Service that requires the ability to query AD, as well as open a TCP port.
Previously, I had it running as my own personal domain account that was setup as a local administrator on the server. Later, IT required that it run as it's own account (makes sense), and we tried to duplicate the account setup.
When reconfiguring the service to run as the newly created account, it fails to start. No exceptions thrown, no errors in the logs, nothing. It just refuses to start.
What is the best way to debug this? We're trying to reproduce the issue locally where we can do real-time debugging now.
Any specific requirements or permissions that account needs on the server?