Page 1 of 1
ProcessPaypal.ashx missing?
Posted: Thu Apr 09, 2009 7:11 am
by dadkind
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
Re: ProcessPaypal.ashx missing?
Posted: Mon Apr 13, 2009 9:54 am
by Logan Rhodehamel
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.
Re: ProcessPaypal.ashx missing?
Posted: Mon Apr 13, 2009 10:32 am
by dadkind
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