Hi,
I have created a web application that is hosted on Godaddy on a shared server. I plan on using paypal for my transactions, which creates a problem.
At this point the credentials(paypal email and password) are hardcoded, which is as far as I understand the worst solution. The only other option I am aware of is in the web.config file, which again doesn't seem particularly safe.
Can you point me to a direction that would provide the desired security and work in a shared host environment?
Regards Alexandros