User1941167999 posted
Hello All,
I am working on an ASP.Net Web application where I need to store smtp details, database details. These are very sensitive and as of now I am storing in web.config file. Its working fine.
But in a few days , we are handing over the code to the customer. I am creating a package now for this. However, I am thinking that whether a csv would be better instead of a web.config file to store smtp as wellas DB connectionstring.
Please let me know the best approach.