I'm creating a Windows service that accesses tables in a SQL Server database.
How would I go about streamlining this, so I don't have to hardcode the username and password in the connection string?
It only needs read and write and query notifications (I don't know if there are explicit rights for that).
What are my options?
And which would be the best solution?
Thanks in advance