I need help with a windows service
I am making a windows service with setup project where I have 4 parameters that I enter when installing the service which are server, database, username and password, this creates a user.config file where these values are saved and I want to read them in my service but the service reads the app.setings file, how can I read these parameters that I set when installing the service? and I am using properties.settings

