Ask a Question related to ASP.NET General, Design and Development.
-
Tormod Hystad #1
Reality check: MTA COM component in ASP.Net without ASPCompat
Hi fellow bitwrestlers,
I have a legacy COM component that performs realtime autentication and
authorization against a credit card payment provider. They do not provide a
native .Net implementation. I've read everything I've found on how/if I can
best use this component in a high traffic ecommerce site built with .Net,
but I haven't totally convinced myself (or my boss :-) ) yet, hope one of
you can!
My conclusion is that I can use this component via the tlbimp.exe generated
RCW in my C#/ASP.Net site, WITHOUT using ASPCompat or IIS5 isolation mode
and not
worry about threading/performance issues.
These are the facts I based my conclusion on:
The component is built with c/c++ and designed to live in an MTA. It's also
marked with "free" threadingmodel in the Registry.
The method parameters of the component are simple int and strings, nothing
fancy.
The COM component communicates with a windows service (for encryption++)
running on the same machine as IIS, using a simple text based protocol.
The COM component also communicates directly with the payment providers
server over TCP/IP.
The component is only used in page scope, new instance for every request.
I would very much appreciate your opinion!
- Tormod
Tormod Hystad Guest
-
How do I change the state of a component outside ofthat component?
worked perfectly, thank you!! -
PointBase Reality Check
Hello, Does anyone out there use PointBase with ColdFusion MX? Thanks, Michael -
How to make a protected property in the base component public in the derived component?
I have a base component, from which several components derive. What I want is to just publish some of the protected properties in the base... -
Reality Stripping
Greetings! Another week, another issue of The Cheers. This time the issue number is already 15. Compared to last week we have a lot more articles... -
webservice aspcompat declaration
Hello, (I don't know why the server reject my message, if i send it via server news : news.microsoft.com, but if I send the message via my news ISP...



Reply With Quote

