PDA

View Full Version : Credit Card Payments in my Web Application Project (ASPX)


DMArtist
11-07-2004, 04:08 AM
I have a E-Commerce Exchange merchant account (www.ECX.COM (http://www.ecx.com/)) using the AUTHORIZE.NET Gateway. I bought the xAuthorize software module to provide an easyVS(VB).NET connection solution. It works fine in a Windows application project but I have not been able to useitinmy ASPX web project application.Has any one out there founda soultion to being able to provide credit card payments through the gateway using a web application project in Visual Studio (Visual Basic) .NET real time on your web site.? Can you share your successful experience.?

bruce
11-08-2004, 09:46 AM
many of our customers are using authorize.net on there website with ASP.net.

There should not be any problem using that component.

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

DMArtist
11-09-2004, 02:39 AM
I am getting various error messages trying to get through the AUTHORIZENET gateway. I need a working coded (ASP) or better (ASPX) example to compare my coded sample. I am running a (ASP) and (ASPX) test sample out of my localhost and being online AOL.com. I have not as yet tested on the web server. Do I need to be on the web server at Discountasp to test? Can I test these samples on my browser? Need help.

bruce
11-09-2004, 08:36 AM
You should test it in your local web server. You cannot test a asp or asp.net page on the web browser.

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

DMArtist
12-05-2004, 09:45 AM
I still have a E-Commerce Exchange merchant account (www.ECX.COM (http://www.ecx.com/)) using the AUTHORIZE.NET Gateway. I returned the xAuthorize software since they were unable to provide a working (VS(VB.NET)) example that I could use in an aspx web project. I bought the IBiz E-Payment Integrator V2 .NET Edition from nsoftware. It works fine in an aspx Web application as well as a Windows application project.I understand that the software ICharge module is available on DiscountAsp.Net. I referenced the discountasp.net assembly with the web.config file in my application as shown in kb article Q10239. Iuploaded to the web application bin the nsoftware.IBizPay.dll module.


I am getting the following error message when the application tries to execute thensoftware modules.


IBiz E-Payment Integrator V2 (nsoftware.IBizPay.Icharge component). Could not find a valid license for using the component on this system. To obtain a trial license, please follow the instructions on the About Box. For more information please visit www.nsoftware.com (http://www.nsoftware.com) or email support@nsoftware.com [code: G nodeid: KGUS0SU3].


Can you tell me whats wrong. I thing that my copy of the module is somehow clashing with the discountasp.net copy. What should I look for here to correct this problem?

bruce
12-06-2004, 07:35 AM
I am not really sure what that error means, but it soound like the component is not finding the license. You should contact nsoftware to see how you can put the license into your webspace.

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

DMArtist
12-10-2004, 04:08 AM
Ok. After contacting nsoftware technical help, here is what transpired. I was told that my dll version of the nsoftware.IBizPay.ICharge module is newer than the discountasp dll version nsoftware.IPWorksCC.ICharge. I was told to drop a licenses.licx on the form and that this licx file is required in order to work in VS.Net. This licenses.licx filecan be created inVS Solution Explorer, it is a text file with one line as follows: nsoftware.IbizPay.ICharge, nsoftware.IBizPay. The licx file must be "Included in the Project". In the properties window, make sure the "Build Action" is set to "Embedded Resources". After I re-build my project the license will be embedded in the application dll. After many tries with thisadvise,myweb application still wouldnot work on the web server, but still worked on my local development machine. Finally, I am told that I need to transfer thenodeid (6PVXM3UU) of my copy of nsoftware to the nodeid (KGUS0SU3) of the web server. Once this isdonemy application will run on the discountasp web server. The reasonis that I can use my copy of their software on only one machine at a time. Thus, I must choose which machine to run my application on. Latter I can download a trial license version of their software to use on my development machineor even buy another one machine license. This is where I am at.


What do you think about all of this?.What do youthink I should do?. I would just like a way to use the copy I have on my machine for development andyour copy on the web server for production. There is the problem of the updated nsoftware version, but I am not sure what the updated version is doing for me.Do you have a good idea.?


Help me. Bruce.http://community.discountasp.net/emoticons/rolleyes.gif






Post Edited (DMArtist) : 12/10/2004 4:13:38 AM GMT

Aristotle
12-10-2004, 10:49 AM
The IBizPay component is not installed on the web servers, so even if you use your own dll and licx in your web application it will not work because it searches for the license in the registry of the machine, which of course does not exist. We cannot install customer licenses on the server, so we will need to obtain the license to install on the web servers, which we are currently considering. However, there is no set date on when and if it will be available.