I'm trying to find out ways for calling a stored procedure in Teradata from .Net.
I looked at the question below: TD connection setup
But I do not want to put my password in the web.config. I can encrypt it but the web.config needs to be encrypted for each server with MSA key created on that particular server in the cluster to make it work.
Are there any other ways to make it work like using only DSN? Or any other way where I can create an app pool with the service account and pass it to the Teradata for authentication?
Thanks in advance.