cancel
Showing results for 
Search instead for 
Did you mean: 

Can I integrate Authorize.Net with a .NET 1.1 ASP.NET Project?

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

dsimons
Member
1 ACCEPTED SOLUTION

Accepted Solutions

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.


-------------------------------------------------------------------------------------------------------------------------------------------
John Conde :: Certified Authorize.Net Developer (Brainyminds) :: Official Authorize.Net Blogger

NEW! Handling Authorize.Net's Webhooks with PHP

Integrate Every Authorize.Net JSON API with One PHP Class (Sample code included)

Tutorials for integrating Authorize.Net with PHP: AIM, ARB, CIM, Silent Post
All About Authorize.Net's Silent Post

View solution in original post

stymiee
Expert
Expert
2 REPLIES 2

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.


-------------------------------------------------------------------------------------------------------------------------------------------
John Conde :: Certified Authorize.Net Developer (Brainyminds) :: Official Authorize.Net Blogger

NEW! Handling Authorize.Net's Webhooks with PHP

Integrate Every Authorize.Net JSON API with One PHP Class (Sample code included)

Tutorials for integrating Authorize.Net with PHP: AIM, ARB, CIM, Silent Post
All About Authorize.Net's Silent Post
stymiee
Expert
Expert

Thanks for your reply and for answering my question so quickly!

 

Dan