Hi,
I have a .NET 1.1 ASP.NET project (Visual Basic .NET in Visual Studio 2003) that I need to integrate with Authorize.Net.
Before I get too deep into the effort, can anybody tell me if this is even possible, or will I have to upgrade the project to at
least 3.5 of the .NET Framework?
Thanks,
Dan
Solved! Go to Solution.
12-02-2011 10:16 AM
You can use any server side technology you want as long as it has the ability to send and receive information to remote websites (i.e. Authorize.Net's server). The only issue you may run into is the sample code and/or SDK won't be compatible with your software so you will be required to roll your own.
12-02-2011 10:44 AM
You can use any server side technology you want as long as it has the ability to send and receive information to remote websites (i.e. Authorize.Net's server). The only issue you may run into is the sample code and/or SDK won't be compatible with your software so you will be required to roll your own.
12-02-2011 10:44 AM
Thanks for your reply and for answering my question so quickly!
Dan
12-02-2011 11:27 AM