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
ProcessPaypal.ashx missing?
- Logan Rhodehamel
- Developer
- Posts: 4116
- Joined: Wed Dec 10, 2003 5:26 pm
Re: ProcessPaypal.ashx missing?
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
.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.
Logan

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.
Re: ProcessPaypal.ashx missing?
Thanks! I've not worked with ASHX files much (my only previous time, we had an actual file handling the request).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.
Always good to learn something new!
-tomas