I have one class Library Project for Payment. The live credential of client is on web.config file of website and this class library project will added in bin in form of dll. So How to get ConfigurationManager in Class …
I'm developing a web application, using ASP.net and C#
need to provide a functionality through which users can pay through their cards (Credit card, Master card, Visa card, Debit card etc.)
how do i process a transaction, means that …