ProcessPaypal.ashx missing?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
dadkind
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 105
Joined: Thu Jan 22, 2009 3:32 pm

ProcessPaypal.ashx missing?

Post by dadkind » Thu Apr 09, 2009 7:11 am

Hello All,

I don't have (but need) ProcessPaypal.ashx

Should this be part of the distribution?

If so, where do I get one for a 7.0.2 installation?

Thanks,
-tomas

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: ProcessPaypal.ashx missing?

Post by Logan Rhodehamel » Mon Apr 13, 2009 9:54 am

That file does not actually exist. When the server receives a request for that file, it lets the compiled PayPal assembly (CommerceBuilder.PayPal.DLL) handle it. This is set up via the web.config file in the root of your website.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

dadkind
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 105
Joined: Thu Jan 22, 2009 3:32 pm

Re: ProcessPaypal.ashx missing?

Post by dadkind » Mon Apr 13, 2009 10:32 am

Logan_AbleCommerce wrote:That file does not actually exist. When the server receives a request for that file, it lets the compiled PayPal assembly (CommerceBuilder.PayPal.DLL) handle it. This is set up via the web.config file in the root of your website.
Thanks! I've not worked with ASHX files much (my only previous time, we had an actual file handling the request).

Always good to learn something new!

-tomas

Post Reply