English 中文(简体)
LinkPoint payment integration with IIS6 on windows server 2003 crashes w3wp.exe
原标题:

I am using the LinkPointTransaction.dll from FirstData to process credit card transactions. As the code is running, a call to the LinkPointTransaction.LinkPointTxn.Send() sends the transaction successfully to FirstData over the internet, but my application crashes w3wp.exe somewhere during that call, before it hits the next line. It does not throw a managed exception that I can see; it just crashes. The problem is it works fine when I run it on VS development server. After some research I found that when I recycle the ApplicationPool, the first time I try to access the application, it fails [basically ends the w3wp.exe process]. And then the w3wp.exe is restarted. From here on the application works for sometime and fails again eventually. So anyone have any idea whats going on??

最佳回答

The DLLs are not compatible with .NET 4.0!!!

问题回答

I asked First Data about the DLLs and being able to run it on IIS7/.NET 4/Win 2008 64-bit. This was their response:

Thank you for your recent inquiry regarding First Data Global Gateway. The Webservice API is our current solution for 64 bit machines running on IIS 7 as none of the dll files (Linkpointtransaction.dll, LPICOM_6_.dll) will be updated to work with the 64bit server. Webservice API will require to install the client certificate and send the transaction via SOAP request. Additional information on Webservice API is found at http://www.firstdata.com/downloads/marketing-merchant/FDGG-Web-Service-API-v4.0.pdf.

If you need further clarifications or questions, please contact our support desk via phone number below. Please be advised the API support desk hours is from 9:00AM to 6:00PM EST Mon-Fri.

This should help others looking for similar information in the future.





相关问题
SQL Server timeout caused by w3wp.exe crashing

I have a ongoing issue with my website, where it appears the W3wp.exe crashes and in turn anyone attempting to connect to the site will receive a SQL server timeout error. The error is this... ...

Recover memory from w3wp.exe

Is it possible to recover memory lost from w3wp.exe? I thought a session.abandon() should clear up the resources like that? The thing is I have a web application, certain pages make w3wp.exe grow ...

Does Wp-Ecommerce works with LinkPoint gateway?

I have an online store working with osCommerce, actually works fine. But there is no integration with the store blog which is in Wordpress fortunatelly. Now I ve seen a new payment plugin for ...

热门标签